I am writing a PHP script for a client which will be installed on a server which I do not have back-end access to. I only have access to a particular folder and database.
My script will upload files and create folders. However I get a permission denied error when I try run mkdir()
and move_uploaded_file()
. Here are the conditions:
upload_max_filesize
rangeAny ideas on why this isn't working?
Thank you for your time.
In order to check permissions for Network Service, right click on files OR folder name and go to security tab and see if Network Service account is added and provided full permissions.