Closed (fixed)
Project:
FileField
Version:
6.x-1.0-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 22:54 UTC
Updated:
9 Mar 2009 at 16:47 UTC
I am unable to upload an image, I get the warning:
"You need to upload a file to the * field"
The behavior is the same weather I list 'Permitted upload file extensions' or leave this blank.
Comments
Comment #1
hunthunthunt commentedI realised that the problem was with my LAMP installation. Using XAMPP on OSX Leopard, you are required to set the 'upload_tmp_dir' directive in php.ini to:
upload_tmp_dir = /tmp
Comment #2
parhum commentedI do this(write upload_tmp_dir = /tmp on php.ini) but yet have problem with upload files!
Please Help me :)