My site is on a Windows based hosting service that allows for .php and other stuff. I can successfully upload files to my domain using a simple "upload.asp" script as well as have message boards that write to a .txt data base, so I know the chmod/file permissions are set for read/write. I don't want to use the .asp, I want to use phpFormGen because I'm not a form/script wizard (read: script dummy).
Attempted problem solving:
I was getting the "file not uploaded" error on the demo and on my domain. I removed the "$error" in the process.php that was suggested at the other requests for help. That got rid of the "blahblah.jpg file not uploaded" error message, and I am redirected to the "successful submission" page and I receive the email telling me that a file was uploaded. So, it seems all is well...however...
In the email there is a link for a file (whether a file is uploaded or not) but the file doesn't exsit. Here's an example of the email that I get:
Name: Test
Email: test@mydomain.org
Message: This is a test message and I am NOT uploading a file.
Upload Your File: http://www.mydomain.org/forms/files/03_06_35_
IP Address: xx.xx.xxx.xxx
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
and when a file IS attempted to be uploaded here's an example of the email that I get:
Name: Test
Email: test@mydomain.org
Message: I just want to see if this works. This time I am including an image
Upload Your File: http://www.mydomain.org/form/files/03_07_27_
IP Address: xx.xx.xxx.xxx
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
The file is never actually submitted. I checked the directories and there is no directory called "files".
Is there a fix for this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Situation:
I am using phpFormGen v2.05
My site is on a Windows based hosting service that allows for .php and other stuff. I can successfully upload files to my domain using a simple "upload.asp" script as well as have message boards that write to a .txt data base, so I know the chmod/file permissions are set for read/write. I don't want to use the .asp, I want to use phpFormGen because I'm not a form/script wizard (read: script dummy).
Attempted problem solving:
I was getting the "file not uploaded" error on the demo and on my domain. I removed the "$error" in the process.php that was suggested at the other requests for help. That got rid of the "blahblah.jpg file not uploaded" error message, and I am redirected to the "successful submission" page and I receive the email telling me that a file was uploaded. So, it seems all is well...however...
In the email there is a link for a file (whether a file is uploaded or not) but the file doesn't exsit. Here's an example of the email that I get:
Name: Test
Email: test@mydomain.org
Message: This is a test message and I am NOT uploading a file.
Upload Your File: http://www.mydomain.org/forms/files/03_06_35_
IP Address: xx.xx.xxx.xxx
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
and when a file IS attempted to be uploaded here's an example of the email that I get:
Name: Test
Email: test@mydomain.org
Message: I just want to see if this works. This time I am including an image
Upload Your File: http://www.mydomain.org/form/files/03_07_27_
IP Address: xx.xx.xxx.xxx
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
The file is never actually submitted. I checked the directories and there is no directory called "files".
Is there a fix for this?