Hi,
I'm trying to run the copy() function on my local computer; however, every time I run this function it fails due to Permission denied. For example,
move_uploaded_file ($userfile, "\test\doc.doc");
returns either
Permission Denied
or
No such file or directory.
depending on the "\test\doc.doc" or whatever.
How can I get this to work? I'm using IIS and I want my script to support uploading.
David Apthorpe.