PDA

View Full Version : uploading images to a site.


mkvl3
October 9th, 2003, 01:45 PM
I need a way where people can upload .jpgs and .gifs from a webpage.. you know, where they hit browse, and search for the file.. and then hit a button like 'upload' and then it would be uploaded to a directory on the site or something.. is there any way i can do that? i cant handle anything too complicated though..

Also, another thing i would consider (if the above is too difficult) is for people to fill out a form on a webpage, with boxes for info,, and then a box (like above) which lets them send a picture (As like, an attachment) but all that using email instead of uploading..

Any help?
Thanks
:D

degsy
October 9th, 2003, 02:07 PM
you need a script.

checkout http://www.zachwhite.com/scripts.htm

renegade600
October 9th, 2003, 08:16 PM
You would be better off and more secured using form mail attachments. See
http://www.cgi-resources.com/Programs_and_Scripts/Perl/Form_Processing/

but you should find what you need at

http://www.cgi-resources.com/Programs_and_Scripts/Perl/

mkvl3
October 10th, 2003, 08:20 PM
Okay, i just found out that the host wont allow PHP...
So now, i'm looking for the same thing that's ASP instead..
So.... anyone?

Steven.Bentley
October 10th, 2003, 08:32 PM
You could try www.asp101.com but I think they focus more on tutorials than pre-written scripts