How to make FolderBrowserDialog in asp.net
-
Hi, I need to make FolderBrowserDialog in asp.net and that should show all the drives present in the client system and i should get full folder path of the client system so that i can save the files in selected client folder. How to achieve this. If anybody knows, please reply me. Thanks in advance.
-
Hi, I need to make FolderBrowserDialog in asp.net and that should show all the drives present in the client system and i should get full folder path of the client system so that i can save the files in selected client folder. How to achieve this. If anybody knows, please reply me. Thanks in advance.
-
Hi, I need to make FolderBrowserDialog in asp.net and that should show all the drives present in the client system and i should get full folder path of the client system so that i can save the files in selected client folder. How to achieve this. If anybody knows, please reply me. Thanks in advance.
You can't without using an unsecure technology like ActiveX or Flash, or downloading an executable to the client side to run. It would represent a massive security hole if a website were able to get full access to the filesystem.