Multiple fileupload controls

  • Thread starter Thread starter Marek Zegarek
  • Start date Start date
M

Marek Zegarek

Hello!

How to add programatically few uploadfile controls by pressing the button
add (VB.NET, .NET 2.0)?
This must be very simple, but I have big problems with it....
I cannot run any sample founded by google :/

Regards
Marek
 
Is your requirement is Multiple file upload?.Asynchronous Multiple file
upload is possible using the flajaxian FileUploader control,which is Actually
a contained .NET assembly which uses Adobe Flash and Ajax to upload files
with no page postbacks.Detailed information is given in this website.

www.flajaxian.com

Regards
Anil TG
 
Back
Top