Is it possible to iterate through a collection of files in Javascript? I am writing a jQuery plugin that takes either an array of images or, I was hoping, a directory containin
You should use server side language to provide array of images in JSON or similar. There is no way Javascript can access local files. That would be serious security issue.