Rank: Newbie Groups: Member
Joined: 5/20/2011 Posts: 1 Location: Pune
|
hi all,
How to send a file to any website using http protocol in vb.net windows application
Thanks,
|
Rank: Administration Groups: Administration
Joined: 4/5/2009 Posts: 7
|
1, When you say 'Post a file' did you mean how to get data from the file asp:FileUpload control (browser to server) ?
2, Or did you mean how to transfer data using FtpWebRequest class (server to another server)?
3, Do you have control on both source and destination? Use a webservice to transfer byte array.
|