Home All Groups Group Topic Archive Search About

upload multiple files

Author
7 Mar 2006 6:28 PM
JFB
Hi All,
It's a way to upload multiple files on a web site using vb.net 2005?
I see the uploadFile tool, but it's only for one file.
Any ideas, examples, links???
Tks in advance
JFB

Author
7 Mar 2006 6:41 PM
Patrice
Generally this is done by suing multiple UploadFile controls... Beyoond that
you need to have something client side (java, activex, dotnet control).

--
Patrice

Show quoteHide quote
"JFB" <h***@jfb.com> a écrit dans le message de
news:O0vOjRhQGHA.5116@TK2MSFTNGP10.phx.gbl...
> Hi All,
> It's a way to upload multiple files on a web site using vb.net 2005?
> I see the uploadFile tool, but it's only for one file.
> Any ideas, examples, links???
> Tks in advance
> JFB
>
>
Author
7 Mar 2006 6:56 PM
JFB
Tks for you reply...
Where can I find this control? I can't see it
Tks
Johnny

Show quoteHide quote
"Patrice" <a@bc.c> wrote in message
news:u8RVDbhQGHA.1688@TK2MSFTNGP11.phx.gbl...
> Generally this is done by suing multiple UploadFile controls... Beyoond
> that
> you need to have something client side (java, activex, dotnet control).
>
> --
> Patrice
>
> "JFB" <h***@jfb.com> a écrit dans le message de
> news:O0vOjRhQGHA.5116@TK2MSFTNGP10.phx.gbl...
>> Hi All,
>> It's a way to upload multiple files on a web site using vb.net 2005?
>> I see the uploadFile tool, but it's only for one file.
>> Any ideas, examples, links???
>> Tks in advance
>> JFB
>>
>>
>
>
Author
7 Mar 2006 7:16 PM
Patrice
IMO, this is what you call the UploadFile "tool". This is actually a control
(2.0 only). If you are using 1.1 and talking about something else this is
the htmlInputFile control.

Just drop multiple controls on your form to be able to upload multiple
files...

--
Patrice

Show quoteHide quote
"JFB" <h***@jfb.com> a écrit dans le message de
news:%23MNXphhQGHA.4900@TK2MSFTNGP09.phx.gbl...
> Tks for you reply...
> Where can I find this control? I can't see it
> Tks
> Johnny
>
> "Patrice" <a@bc.c> wrote in message
> news:u8RVDbhQGHA.1688@TK2MSFTNGP11.phx.gbl...
> > Generally this is done by suing multiple UploadFile controls... Beyoond
> > that
> > you need to have something client side (java, activex, dotnet control).
> >
> > --
> > Patrice
> >
> > "JFB" <h***@jfb.com> a écrit dans le message de
> > news:O0vOjRhQGHA.5116@TK2MSFTNGP10.phx.gbl...
> >> Hi All,
> >> It's a way to upload multiple files on a web site using vb.net 2005?
> >> I see the uploadFile tool, but it's only for one file.
> >> Any ideas, examples, links???
> >> Tks in advance
> >> JFB
> >>
> >>
> >
> >
>
>