Image

Imageshroder wrote in Imagephp

Uploading pictures

I get the following errors in one of my scripts:

Warning: move_uploaded_file(../user_images/untitled.bmp): failed to open stream: Permission denied in

Warning: move_uploaded_file(): Unable to move '/tmp/phpeZ6TtW' to '../user_images/untitled.bmp' in

So its obviously a problem with permissions. I set the permissions so that everyone could read/execute but its still comming up with the error.

Any ideas?