Getting the error message in the post title.
In Settings, under the Files tab, I've kept the default formtools\upload folder, and the Test Folder Permissions comes back okay, but when I try to upload a file via the form, it doesn't work, and when I try via the form edit page, it results in the error "Upload folder either invalid or not writable."
I've also checked the file size limits in php.ini, and uploads are enabled.
The file upload from this form was tested and working using my old (self-written) process.php page, so I think the html is written correctly.
I'm stuck! Does anyone have any suggestions? I'm using WAMP localhost for testing.
Thanks!
Okay, I fixed this, but I'm not sure why it worked.
I went into the Forms > Edit > Options for the File field that wasn't uploading. Under the Fields tab, File field type, Add Row, Setting to File upload folder.
I kept the settings the same as the defaults and the next test worked.
Which is awesome (Form Tools is great, btw), but why aren't the default settings working?
In Settings, under the Files tab, I've kept the default formtools\upload folder, and the Test Folder Permissions comes back okay, but when I try to upload a file via the form, it doesn't work, and when I try via the form edit page, it results in the error "Upload folder either invalid or not writable."
I've also checked the file size limits in php.ini, and uploads are enabled.
The file upload from this form was tested and working using my old (self-written) process.php page, so I think the html is written correctly.
I'm stuck! Does anyone have any suggestions? I'm using WAMP localhost for testing.
Thanks!
Okay, I fixed this, but I'm not sure why it worked.
I went into the Forms > Edit > Options for the File field that wasn't uploading. Under the Fields tab, File field type, Add Row, Setting to File upload folder.
I kept the settings the same as the defaults and the next test worked.
Which is awesome (Form Tools is great, btw), but why aren't the default settings working?
(Apr 9th, 2010, 10:05 AM)Stephan Wrote: Getting the error message in the post title.
In Settings, under the Files tab, I've kept the default formtools\upload folder, and the Test Folder Permissions comes back okay, but when I try to upload a file via the form, it doesn't work, and when I try via the form edit page, it results in the error "Upload folder either invalid or not writable."
I've also checked the file size limits in php.ini, and uploads are enabled.
The file upload from this form was tested and working using my old (self-written) process.php page, so I think the html is written correctly.
I'm stuck! Does anyone have any suggestions? I'm using WAMP localhost for testing.
Thanks!