Haven't tried this, and I'm not a scripter. For this line: myExtensions = [".jpg", ".jpeg", ".eps", ".ps", ".pdf", ".tif", ".tiff", ".gif", ".psd", ".ai"] I would suspect one could do something like this: myExtensions = ["100*.jpg"] But only if that variable can accept a wildcard in the prefix of the filename. Hopefully someone will come along that actually knows ID javascript. Else I can try it out after dinner.
... View more