www-data can upload a file but cant move it after the upload action
- by user70058
I am currently running Apache and PHP on Ubuntu. I have a page where a user is supposed to upload a profile image. The action on the backend is supposed to work like this:
Upload file to user directory -- WORKS!
Refer to the uploaded file and create a thumbnail in directory thumbs -- DOES NOT WORK
www-data has write access to directory thumbs.…