Hi
I've created scripts for file uploading to our webserver, which works well.
However, at the time of uploading, I would also like the uploaded file to be copied to a drive that is mapped on the user's machine. This is for purposes of back-up.
The error
"Unable to create 'H:\Search History.doc': Permission denied in /whatever/whatever/htdocs/admin/uptest.htm on line 14" is generated, H: being the drive that is mapped (for all purposes, it could be C🙂.
If I understand this correctly, this error has to do with the php configuration on the server, as the script works well when I run it under PHP and Apache on a Windows platform.
What do I need to do? Thanks for your response.