Hi. I have several forms where i use ENCTYPE="multipart/form-data".
This app is running ok on my server. However when i tested my scripts on a new server i found out that the forms i use ENCTYPE="multipart/form-data" never get executed. When i remove this field the forms get processed ok. The big problem is for forms that upload files, image etc.
The files don't get uploaded and the script exits. WITH enctype the script doesn't get executed at all. WITHOUT the file doesn't get recognized and i get an error.
After a little search i found out that the problem is the enctype, but in previous posts in this forum nobody gives a solution. In the comments of the manual someone says that it might be a firewall problem, but that's not my case (home dial-up).
Could someone help please.
Thanks
John