permissions on upload folder not working
- by Camran
I have a php script which uploads images to a folder.
I have these permissions on the upload folder:
drwxrwxr-- 4 user user 4096 2010-06-02 16:20 temp_images
Shouldn't these permissions be enough for files to be uploaded to the folder?
But this doesn't work.
It only works when I set the permissions to 777.
"user" is added to the www-data group, still no luck.
Any ideas why?