Hello!
When uploading a file via html form and then doing a move_uploaded_file, i want to move the file to a target directory on the server, e.g. /files/
I need to set the access permissions of this directory, so that move_uploaded_file succeeds.
But how could this be achieved? I only have ftp access to the server!
Thank You
🙂