I want to access all the files in a fold开发者_开发百科er 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??
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.
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
精彩评论