I have a php page that receive information with attachment from user and upload it, the page work perfectly local, but when work on production it doesn't work,
the server specs. windows server 2003 Iirf is installed on IIS6 instead of .htaccess
while searching for solutions with the technical support i found that the folder where to upload is marked as read only,
i returned back to my localhost and mark the folder to upload on my machine as read only and the same problem occurred, and the technical support agent see that this issue doesn't made the problem and it doesn't affect the process of upload and refuse to remove the read only flag for me
the question is: Does this flag restrict the page from upload files to this folder or doesn't affect?