General : Urgent: Folder browse in ASP.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anybody tell me how to browse folder in ASP.Net, I know there is control
for File browse but my requirement is to browse the folder and then just loop
through files in that folder and upload all the files to the server.

plz help me to achive this functionalties in ASP.Net.
 
Hi,

IMO this cannot be done with a webcontrol , you will need to use an ActiveX
for this.
Using the standard controls you can only upload one file at a time.

cheers,
 
Back
Top