I'm using a COM object to upload a file from the web page.
I've been using a routine for years, it works perfectly.
three steps:
save the file to a directory
copy the file to another directory
move the original file to a mapped drive on another server.
No issues.
I created a new page using the same code. Copy/Pasted.
The third step fails! Every time. I'm baffled.
Language is Javascript, variables are good.
Here is the line:
fs.MoveFile("E:\\Dir\\SubDir\\SubSubDir\\" + fullName, "\\\\Wnn308\\OtherDir\\" + fullName);
error '8007052e'