I have a simple app which is supposed to show all images in a specific folder. As far as I understand, javascript is not allowed to load local files. Is this correct? Is it possible to load all images file paths from the public/images folder into an array?
Thanks..