Reputation: 6286
I want to access all the files in a folder to add to a listbox and show to the user.
I know I can access a folder when it's a windows application. But in web application, is this possible? If yes, how?
Something like FolderBrowserDialog??
Upvotes: 1
Views: 345
Reputation: 389
I do not think You do that using JavaScript.if that what u meant active x control and java applet is a way to go
Upvotes: 0
Reputation: 2845
Technically no, but you can create an active x control to be installed on the user end that will communicate on your page and list the files.
Upvotes: 1