Thread: frames
View Single Post
Old 07-01-2004, 11:27 PM   #9 (permalink)
white-raven
Inactive
 
Join Date: 12-11-03
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

white-raven is liked by many
okay, havn't gotten it yet, but I got another question.

I need a script to process this form. What I want is for it to upload a image and send it to my email account. any idea on how to do this?


[code:1:72684641a1]<form id="form" method="post" action="scripts/formmailer/formmailer.php" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="180000">
<p>Your Name<br /><input type="text" name="Name" /></p>

<p>Your Email<br /><input type="text" name="Email" /></p>

<p>Comments and/or Questions<br /><textarea name="Comments" rows="5" cols="40"></textarea></p>
Upload your sig here:
<input type="file" name="Sig" value="Sig" /></p>


<

<input type="submit" name="submit" value="Submit" />

<input type="reset" name="Reset" value="Clear Form" />

<input type="hidden" name="config" value="0" />
</font>
</p>

</form> [/code:1:72684641a1]
white-raven is offline   Reply With Quote