Hi,
I'm creating a html5 extension for Photoshop, and I think I've found a bug.
When using window.cep.fs.showOpenDialog() with the multipleFiles attrribute set to "true", I can only select up to 9 items at a time.
When I select 9 items, everything is as it should be: I get my array of filenames returned. But when I select more than 9 items, the array is empty.
I'm using CEP4 (CSInterface-4.0.0) and Photoshop 14, since in CC2014 and CEP5 the extension runs very very slow.
Furthermore I'm using Win 7 64bit.
Sam