I am trying (without any success so far) to write a script that has a form for uploading an image to the server. In this case, it is a Windows server.
In the past I have been able to get around the virtual server problem on a NIX server by using mkdir() to create a new directory with chmod 0777, copying the image to the new directory and them chmod the new directory back to 0755.
However, this is not working on the Windows server. I cannot create a new directory, nor can I copy the image to an existing directory. In both cases I get a "Permission denied" error.
Can anybody help?






Bookmarks