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.
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 :)