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,
 

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

Back
Top