Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: File Upload tag


Message #1 by "graham brown" <gbrown@c...> on Mon, 19 Mar 2001 13:33:23 -0000
Hi all

I've written a simple site for a friend of mine to hold images created with
a digital camera. At the moment these are saved into a folder on his local
hard disk, resized etc and changed to jpegs. He is getting a bit confused
with FTP-pro and losing things. There was a post on the list a while ago
about the file upload tag which I think is what I need.

I've just setup a simple page which says
form action="myasp.asp" enctype="multipart/form-data" method=post
input type=file name=filename size=50
input type=submit value=save
/form

This shows the browse button etc but does not create the file on the
webserver. Do I need something else in the script server side to put the
file somewhere?
If so which language does this need ASP or Perl

Could anyone give me some pointers on how to use this.

Thanks
Regards

Graham Brown
Computer Software Services

gbrown@c...
http://www.compsys.co.uk




  Return to Index