When I created a new form, I added a file upload button where customers can upload a photo to me. I tested the form out, and everything on the form (all of the information) was sent, but not the file.
File Upload not working
Collapse
X
-
Re: File Upload not working
Make sure the upload box and button are within the boundries of your form, the dotted grid area.
-
-
Re: File Upload not working
Also make sure the enctype is set to "multipart/form-data"
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Comment
-
-
Re: File Upload not working
Thank you, Both, for the response. When I created the form using the wizard I added the file upload, and it is in the dotted grid lines. This is the last button before SUBMIT. Also, I double checked and it is encoded with multipart/form-data.
What else do you think it could be?
Comment
-
-
Re: File Upload not working
Give us a link to the page in question.
Comment
-
-
Re: File Upload not working
You have a space in the form name, take it out (no spaces), "save as" and republish you will also have to change your links.
Comment
-
-
Re: File Upload not working
Ok I tried to submit a form to you but you do not have your success (or error) pages linked to your form. The form needs these to complete the proccess. The form wizzard names these as success and error by default so create the pages, save them as such and publish then we will see if your form works.
Comment
-
-
Re: File Upload not working
Did you make those pages? and did you link to them correctly? Did you publish them?
Karen
VodaHost
Your Website People!
1-302-283-3777 North America / International
02036089024 / United Kingdom
291916438 / Australia
------------------------
Top 3 Best Sellers
Web Hosting - Unlimited disk space & bandwidth.
Reseller Hosting - Start your own web hosting business.
Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)
Comment
-
-
Re: File Upload not working
Ok, your problem is that the upload field is unnamed.
Double click it, name it properly (in example: customer_image or image or whatever you like one word or more separated by underscores)
Error and thank you pages are of course necessary otherwise the site visitor gets lost, but the form processing doesn't actually need them.Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Comment
-
Comment