I am trying to move images submitted via a web form to a directory on the server. When I access the directory via FTP, I can see that all permissions are set read,write, etc.. I have talked with my server adminstrator, and he concurs that I should not be getting this message:
Warning: move_uploaded_file(articles/images/152.jpg): failed to open stream: Permission denied
Warning: move_uploaded_file(): Unable to move '/tmp/phpIn5dlj' to 'articles/images/152.jpg'
Is there something in the PHP configuration that could be causing this error to occur? Help is appreciated -
Devin