Get contents of local folder in javascript (or ASP.NET VB)
- by Jonathan
Is it possible for a webpage to popup a open folder dialog, ask the user to select a folder, then show the contents of that folder in a list(or something) in the webpage.
It won't write to the files, only read them.
The webpage is hosted remotely.
Jonathan