I have a database of JSON records, stored locally in a separate folder. What is the best way to list all of the files in that specific folder using only HTML5 and JavaScript, and store their name in an array for future parsing?
I'm looking for something that doesn't require user interaction, the script has to scan for files itself, and store its findings.