Hi,
I have a file in remote file server. I would like to provide an option to the user in my web application to open that file.
Please provide any sample code if you have.
Thanks
Printable View
Hi,
I have a file in remote file server. I would like to provide an option to the user in my web application to open that file.
Please provide any sample code if you have.
Thanks
If you mean that it's on a remote web server, then you'd use HttpWebRequest. If it's on a shared folder, then use File.Open.
yeah i agree with you..
or may be u need to be authenticated for that remote site..