Aug 10th, 2011, 2:01 PM
(This post was last modified: Aug 10th, 2011, 2:08 PM by robidigital.)
I'm experiencing a strange issue similar in nature, only permissions/file-type/file-size don't seem to be the cause.
If I view a submission as an administrator or client I can choose a file, update and the file uploads to the server without any problem.
If I submit a file front the front-end form the file does not upload, but viewing the submission on the back-end shows the filename. The filename links to where the file should be but isn't and I get a file not found error.
I've even tried setting permissions to 777 on upload dir.
I'm using v2.0.0.
Any ideas?
Thanks!
Ryan
Turns out that I needed
in my <form> tag
If I view a submission as an administrator or client I can choose a file, update and the file uploads to the server without any problem.
If I submit a file front the front-end form the file does not upload, but viewing the submission on the back-end shows the filename. The filename links to where the file should be but isn't and I get a file not found error.
I've even tried setting permissions to 777 on upload dir.
I'm using v2.0.0.
Any ideas?
Thanks!
Ryan
Turns out that I needed
Code:
enctype="multipart/form-data"