michaelnaeseth asked:
I need to create a form that allows visitors to my website to send me a message AND upload multiple files. I also need the PHP script to rename the uploaded files to reflect the uploader’s name. Thanks in advance for any help.
I need to create a form that allows visitors to my website to send me a message AND upload multiple files. I also need the PHP script to rename the uploaded files to reflect the uploader’s name. Thanks in advance for any help.


2 Comments to 'How to create a form that allows users to send a message and attach multiple files uploads. PHP action?'
March 27, 2010
Check hotscripts.com they will have exactly what you are looking for. Other best bet would be to check tutorialized.com I dont think writing an entire tutorial on how to do this will be beneficial on yahoo answers as it would be long and tedious as well there are not enough functions on wysiwyg to make a tutorial.
March 30, 2010
Use a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent “mailto:” action to get the form info sent to you.
Just use any of the below sites to make the workable form you need:
For making forms:
These are really good online form makers. Just follow the instructions for making it and uploading file(s).
(Best-est) (WYSIWYG Form Maker) (Download - Contact Us Script)
Your current hosting package must allow SMTP ( ) to work. Otherwise, no email can be sent.
Leave a comment