tags:

views:

42

answers:

2

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??

+1  A: 

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.

hallie
A: 

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

Spikie
Please see the tags...
Manish