Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Where do Web servers hide their Web?

From: al:bri:xtra at: 10-Nov-2000 23:50

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/