G
Guest
Our intranet site is hosted on a local web server, behind a firewall. I need
to copy pdf files from client machines to a folder on the web server for
public posting. The File.Copy method appears to follow the path (such as
C:\PDFFiles) to the client machine. How do I distinquish that the path needs
to be on the serve? A simple copy is what I prefer to do.
By the way, I did try designating the server (\\webserver\C$\PDFFiles) but
that didn't seem to work.
to copy pdf files from client machines to a folder on the web server for
public posting. The File.Copy method appears to follow the path (such as
C:\PDFFiles) to the client machine. How do I distinquish that the path needs
to be on the serve? A simple copy is what I prefer to do.
By the way, I did try designating the server (\\webserver\C$\PDFFiles) but
that didn't seem to work.