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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

dynamic graphic 1
reserved words 1
print pdf 3
printer jobs 2
deployment App 19
datagrid help 1
ftp in vb.net 3
refresh App 2

Back
Top