Want to Submit text to server

Want to Submit text to server

am 15.08.2007 20:32:00 von Shellie

I want to have a web page where a user can type in text (one or more
paragraphs) and then click a submit button and the text that was typed will
be put on the web server as whatever file name I want to give it.

Any help? Thanks in advance.


Vinnie

Re: Want to Submit text to server

am 17.08.2007 19:20:14 von Matt White

On Aug 15, 12:32 pm, Victor wrote:
> I want to have a web page where a user can type in text (one or more
> paragraphs) and then click a submit button and the text that was typed will
> be put on the web server as whatever file name I want to give it.
>
> Any help? Thanks in advance.
>
> Vinnie

HTML certainly can't do this. Is your server running PHP? Or do you
know how to write a Java Applet?