How to upload a file to remote server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dineshms
    New Member
    • Feb 2008
    • 2

    How to upload a file to remote server

    Hi I am trying to upload a file to a remote server. But at the line Stream inStream = Request.InputSt ream, I am getting the length of stream 0, although file is stored in local server as C:\Phy.fil.text
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by Dineshms
    Hi I am trying to upload a file to a remote server. But at the line Stream inStream = Request.InputSt ream, I am getting the length of stream 0, although file is stored in local server as C:\Phy.fil.text
    Hi there!

    Check out this article for a tutorial on how to upload files.

    Cheers!

    -Frinny

    Comment

    Working...