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
How to upload a file to remote server
Collapse
X
-
Hi there!Originally posted by DineshmsHi 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
Check out this article for a tutorial on how to upload files.
Cheers!
-Frinny
Comment