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

hunthunthunt’s picture

Status: Active » Closed (fixed)

I 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

parhum’s picture

I do this(write upload_tmp_dir = /tmp on php.ini) but yet have problem with upload files!
Please Help me :)