PDA

View Full Version : File Upload



Magiccupcake
21 Jan 2007, 07:16 PM
Is it possible to add a file upload box to a form that can be sent to an email? One of the things I want to use this for is an online application, so that a person can fill out their information and also upload a resume if they want. I have a PHP script that will send everything but the uploaded file.

Thanks for the help!

Littlened
26 Apr 2007, 04:08 AM
Have a look on google

http://www.google.co.uk/search?hl=en&q=php+file+upload+email&meta=

Make sure you have an ecoding tag in your form tag, I sometimes forget to put that in and it wont send the attachment.