upload multiple files

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
 
P

Patrice

Generally this is done by suing multiple UploadFile controls... Beyoond that
you need to have something client side (java, activex, dotnet control).
 
P

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

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
printer jobs 2
print pdf 3
ftp in vb.net 3
datagrid help 1
Parse MSWord Files... 7
refresh App 2
Block IP's 2

Top