Log in

View Full Version : file upload with php files



Jamcan
04-10-2006, 03:29 AM
How do I attached a file from my hard drive to my form for submission. Upload a file from the visitors drive and attach with the information submitted with the form.

Thanks
Timmytiger32@hotmail.com

ps. I would like the uploaded file to be forwarded along with the collected information from the associated form to a predetermined email address.

ddadmin
04-10-2006, 04:39 AM
What you need is a server side form processing script that supports file uploads. For example: http://php.resourceindex.com/Complete_Scripts/File_Management/File_Uploading/

Twey
04-10-2006, 05:46 PM
Or, if you actually want to learn how to do it yourself, see http://www.php.net/features.file-uploads.