Upload File to a shared folder

  • Thread starter Thread starter Ueslei R. Valentini
  • Start date Start date
U

Ueslei R. Valentini

Hi!
I'm trying to use the PostedFile.SaveAs to upload a file to a shared folder
in z:\test, but I receive the error:
Could not find a part of the path

Any help?
HSH
Ueslei
 
"Z:\Test" sounds like a mapped directory??

If it is you may want to try using the UNC server path
(i.e. \\MyServer\Test) instead.

HTH,
Suresh.
 
What if the remote server need a password and username, what will be the syntax if using the UNC server path
 
Back
Top