uses filereader. There is a bad (crashing) memory leak in Chrome.
Bug report here: http://code.google.com/p/chromium/issues/detail?id=114548...
Beware if you intend to use filreader to read many large files. Allocated mem never gets released.
Spent 2 days getting a html5 client side image resizer/uploader only to hit this killer bug.
Had to use Flash in the end, which by the way performs like a demon on binary data.
uses filereader. There is a bad (crashing) memory leak in Chrome.
Bug report here: http://code.google.com/p/chromium/issues/detail?id=114548...
Beware if you intend to use filreader to read many large files. Allocated mem never gets released.
Spent 2 days getting a html5 client side image resizer/uploader only to hit this killer bug.
Had to use Flash in the end, which by the way performs like a demon on binary data.