Closed (fixed)
Project:
FileField
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2007 at 20:15 UTC
Updated:
17 Nov 2007 at 18:15 UTC
Jump to comment: Most recent
Comments
Comment #1
dayre commentedYou may be hitting the upper limit on the php.ini upload_max_filesize setting ?
Comment #2
jpetso commentedDid the upload_max_filesize tip help? Was this problem solved? If no, how does it behave with filefield 2.x (with and/or without JavaScript enabled)?
Comment #3
Anonymous (not verified) commentedI was having a similar problem and tracked it down to a bad temporary path in "admin/settings/file-system"
I had it set to "/tmp" and when I changed it to "tmp" it started to work.
This is a frustrating thing because it told me the file was uploaded to the directory I specified when setting up the field, but when I looked at the folder it was empty. Anyway... maybe add a note to the readme to ensure the the temp path is correct, or even better tell the user the file wasn't uploaded.
Good Luck, and thanks.
Comment #4
jpetso commentedThe original poster did not post back since the issue was opened (which is nearly half a year ago), we don't know any details about this and we also don't know if any of the hints worked in order to solve the problem. So, without usable info for further development, this issue should rather be marked as *closed*. Thanks to dayre and cois for providing tips.