Click to See Complete Forum and Search --> : How upload images with forms ?


bigamist
12-17-2006, 09:45 AM
I would like to have people uploading files with a form. I do not know how to do it. It's possible?

Somebody to help me?

http://www.tuttamania.com/tuttamania/brookerform.html

Tks & Rgds

Fang
12-17-2006, 09:58 AM
<input type="file" enctype="multipart/form-data" name="upload"> (http://www.w3.org/TR/html4/interact/forms.html#h-17.4.1)

bigamist
12-17-2006, 10:31 AM
could I receive the image files as an attatchment to the mail form ??

Fang
12-17-2006, 11:18 AM
yes

aussie girl
12-17-2006, 11:48 AM
you can't do it with HTML alone, you need a server side language such as PHP, ASP, PERL
and so on..