Can I access a folder on client side in web application?
Posted
by Manish
on Stack Overflow
See other posts from Stack Overflow
or by Manish
Published on 2010-04-05T07:55:59Z
Indexed on
2010/04/05
8:03 UTC
Read the original article
Hit count: 268
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??
© Stack Overflow or respective owner