hi! could anyone tell me why it is not uploading files? i was able to make this module work with on my local system. when i uploaded the module on-line to my live website the files would not upload files any more. would anyone have an idea why this is happening?

thanks!
jeff

Comments

dayre’s picture

You may be hitting the upper limit on the php.ini upload_max_filesize setting ?

jpetso’s picture

Status: Active » Postponed (maintainer needs more info)

Did 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)?

Anonymous’s picture

I 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.

jpetso’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

The 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.