I'm trying to integrate a JavaScript multiple file uploader into a website. I've worked with Uploadify
before and wanted to go with that. The difference in this case was that I needed to allow a large number of files in the upload queue (up to 500).
Everything works fine in Firefox
, IE6-9
and Safari
. Except for Chrome
, where when selecting more than 232 files at once (using the Flash file select dialog) it doesn't do anything (the file select event is not triggered for the JS script to capture).
At first I thought it was an Uploadify
bug, and decided to try Plupload
as an alternative. Problem is that I hit the same dead end with the Flash version of Plupload, it just won't do anything when selecting more than 232 files at once.
Is this a known Flash Player limitation/bug in Chrome?
Thanks
There is a bug related to this: http://bugs.adobe.com/jira/browse/ASL-299