Results 1 to 3 of 3

Thread: Open Remote file

  1. #1

    Thread Starter
    Hyperactive Member csKanna's Avatar
    Join Date
    Dec 2005
    Location
    Tech-Tips-Now.com
    Posts
    339

    Open Remote file

    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
    Kanna

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Open Remote file

    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.

  3. #3
    Hyperactive Member dnanetwork's Avatar
    Join Date
    Oct 2007
    Location
    Mumbai
    Posts
    349

    Re: Open Remote file

    yeah i agree with you..

    or may be u need to be authenticated for that remote site..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width