So I want to use a javascript photo gallery widget I found...but it requires me to enter a comma delimited list of all the photo files I want to use.
I want to show all the picture files within the specified directory without having to enumerate them (because the number and names of the photos will change often and this page will be replicated often for different directories).
Is there a relatively easy (because I'm...