I am trying to get local folder contents using JavaScript. I have tried the Filesystem API, but I got error like this:
DOMException: It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources
How can I get images in a local folder and show these images as HTML? Folder structure and images inside a folder are changing dynamically.
Edit: I tried the filesystem here: https://github.com/maciel310/angular-filesystem
file:URI, not fromhttp://localhost.