View Single Post
  #1 (permalink)  
Old Aug 11th, 2006, 11:13
mmdesign mmdesign is offline
Junior Member
Join Date: Dec 2005
Location: Vilnius, Lithuania
Age: 36
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
input type=submit - beginner's question

I'm trying to use such code:
Code: Select all
<form enctype="multipart/form-data">
<input type="file" name="uploaded_file" accept="application/msword, application/rtf" />
<input type="submit" value="Submit" name="Submit">
</form>
Where does the uploaded file go?
How to send it as an attachment to the specified e-mail address?

Please help! Need it urgently
Reply With Quote