There are few images stored in a folder with random names.
The contents of the folder will constantly be changing but they will have only images and no other kind of documents.
Therefore i cannot predefine the image names in src.
I want to display the images sequentially (one after another with specific time interval) using HTML-Javascript-CSS codes.
The folder is on the client side only.
Or atleast i should be able to read the filenames in the folder.
I cannot use PHP. How do i do this?
Thank you in advance!