upload multiple files

  • Thread starter Thread starter JFB
  • Start date Start date
J

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
 
Generally this is done by suing multiple UploadFile controls... Beyoond that
you need to have something client side (java, activex, dotnet control).
 
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...
 
Back
Top