I have a scrip for uploading images that works fine locally, but seems to be having problems on my hosts server.
I get the error:
It appears to be uploading fine to the PHP temp file but then having a problem moving it to the uploaded images file in my site.
I get the error:
Code:
Warning: move_uploaded_file(/home/.sites/74/site318/web/uploaded_images/travel/20040311_fde51765.jpg): failed to open stream: Permission denied in /home/.sites/74/site318/web/edit/travel/imageuploaded.php on line 219
Warning: move_uploaded_file(): Unable to move '/home/tmp/phpNQWn3h' to '/home/.sites/74/site318/web/uploaded_images/travel/20040311_fde51765.jpg' in /home/.sites/74/site318/web/edit/travel/imageuploaded.php on line 219
It appears to be uploading fine to the PHP temp file but then having a problem moving it to the uploaded images file in my site.