PHP Send Form with Uploaded File Attachment

I’ve created a dreamweaver spry form but I can’t get the upload file field to work. I spent hours trying to find help online but I can’t figure it out. I need the form to be filled out with the ability to upload a file and then have the form sent to my email. Can anyone help??? Pls!

Sending attachment with email is not trivial task if you’re going to code everything from scratch. I would recommend to use PHPMailer class, which make sending attachments much easier. You can download it from here: http://sourceforge.net/projects/phpmailer/

If you have questions on using PHPMail, or need help creating such form - let me know.

Sponsor our Newsletter | Privacy Policy | Terms of Service