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

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.
karthickdevi [ Mo, 21 April 2008 12:43 ] [ ID #1946584 ]

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 [at] gmail.com> a écrit dans le message de news:
899b98ec-82f3-4289-9fed-3c6563aa1b7a [at] v26g2000prm.googlegroup s.com...
>
> 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 [ Mo, 21 April 2008 13:04 ] [ ID #1946586 ]

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

On Apr 21, 12:43=A0pm, karthickd... [at] gmail.com wrote:
> 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=3Dmultipart/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/UploadFile/scottlysle/Uploader WSinVB0506200703=
1542AM/UploaderWSinVB.aspx
lexa [ Mo, 21 April 2008 14:00 ] [ ID #1946588 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » VB .Net - Upload Files - Enctype=multipart/form-data

Vorheriges Thema: Exception Handling
Nächstes Thema: VS2008 - Localhost debug ...