Here's a HTML form that can send a file to the server:

<form enctype="multipart/form-data" method=post
action="cgi-bin/save_file.r">
File: <input type=file size=20 name=the_file>
</form>

It's taken from the Koala book from O'Reilly.

What the server or cgi does with the file, is up to the server or cgi.

Andrew Martin
ICQ: 26227169
http://members.nbci.com/AndrewMartin/
-><-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to