Click to See Complete Forum and Search --> : I need a script please if some one could


bobby
11-22-2002, 04:02 PM
I am starting a small websit and I need an e-mail form script with a box to upload images if you could make that for me or tell me where to find it I would be grateful

TheSpirit
11-22-2002, 04:05 PM
http://javascript.internet.com

bobby
11-24-2002, 01:33 PM
I couldn't find it if can someone help me please

tomroten_10
11-29-2002, 06:31 PM
I don't know how to make a form upload to a site but I can tell you how to make a form email an attachment to you that you could put on the site. Here it is:

<html><body><FORM METHOD="post" ACTION="mailto:tomroten_10@yahoo.com" ENCTYPE="multipart/form-data">
Attachment: <INPUT TYPE="file" NAME="attachedfile"><br><INPUT TYPE="submit" value="Email It">
</FORM></body></html>

AdamGundry
11-30-2002, 03:39 AM
If you have Perl available, you can use the FormMail script available here:

http://www.scriptarchive.com/formmail.html

That prevents the warning box and gives you lots more configuration options, though you don't get their e-mail address by default.

Adam