I want somebody to help me deal with folder select dialog aspnet. I don't want to upload the entire directory, I just want to open the folder select dialog box in asp.net. I want to select the folder using asp.net. When I click browse button file select dialog box opens but I want folder select dialog box to open. Please help regarding this issue.
Having some issues with folder select dialog aspnet
Hello,
You can use c# and asp.net to upload files directly to the server, to upload files through a web service or you can upload files asynchronously through a website.Â
The dialog will prompt you to browse your directory in order to select the file you want to upload.
All information is found in this site. Â
You will find that the code provides documentation and explains in great details the upload.
I hope this is helpful.