G
Guest
Is there a way to upload a file to a different server other than the one
hosting the web app? I've tried using the following syntax:
Request.Files.SaveAs("\\\\servername\\sharename\\directory" + strFileName);
but receive the message that the location cannot be found. The Windows
account it is running under has full permissions to this directory.
Thanks!
hosting the web app? I've tried using the following syntax:
Request.Files.SaveAs("\\\\servername\\sharename\\directory" + strFileName);
but receive the message that the location cannot be found. The Windows
account it is running under has full permissions to this directory.
Thanks!