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

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

am 21.04.2008 12:43:46 von karthickdevi

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.

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

am 21.04.2008 13:04:04 von Patrice

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

--
Patrice

a écrit dans le message de news:
899b98ec-82f3-4289-9fed-3c6563aa1b7a@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.

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

am 21.04.2008 14:00:01 von lexa

On Apr 21, 12:43=A0pm, karthickd...@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