Hi,
I am developing a Desktop Application in VB .Net to upload files to
the server.
I need to encrypt the contents and upload it to the server. I am
supposed to use enctype=multipart/form-data .
I searched the web and i get examples only for ASP .Net.
I want to use only VB .Net
Can anyone help me ?
Thanks,
Dev.
Patrice - 21 Apr 2008 12:04 GMT
See the System.Net.WebClient class (or HttpWebRequest if you need total
control over the web request you'll send to the server).
--
Patrice
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks,
> Dev.
Alexey Smirnov - 21 Apr 2008 13:00 GMT
On Apr 21, 12:43 pm, karthickd...@gmail.com wrote:
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks,
> Dev.
So, why do you asked your question in the ASP.NET group then? :-)
Hope this helps:
http://www.vbdotnetheaven.com/UploadFile/scottlysle/UploaderWSinVB05062007031542
AM/UploaderWSinVB.aspx