Connecting Tech Pros Worldwide Forums | Help | Site Map

VB .Net - Upload Files - Enctype=multipart/form-data

karthickdevi@gmail.com
Guest
 
Posts: n/a
#1: Jun 27 '08

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
Guest
 
Posts: n/a
#2: Jun 27 '08

re: VB .Net - Upload Files - Enctype=multipart/form-data


See the System.Net.WebClient class (or HttpWebRequest if you need total
control over the web request you'll send to the server).

--
Patrice

<karthickdevi@gmail.coma écrit dans le message de news:
899b98ec-82f3-4289-9fed-3c6563aa1b7a...oglegroups.com...
Quote:
>
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.

Alexey Smirnov
Guest
 
Posts: n/a
#3: Jun 27 '08

re: VB .Net - Upload Files - Enctype=multipart/form-data


On Apr 21, 12:43*pm, karthickd...@gmail.com wrote:
Quote:
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.
So, why do you asked your question in the ASP.NET group then? :-)

Hope this helps:
http://www.vbdotnetheaven.com/Upload...derWSinVB.aspx
Closed Thread


Similar ASP.NET bytes