FileReader icon indicating copy to clipboard operation
FileReader copied to clipboard

A FileReader polyfill for Internet Explore and Safari using Flash

Results 32 FileReader issues
Sort by recently updated
recently updated
newest added

I am having problems in IE9 with the Flash FileReader callbacks that I can not resolve. After trying to figure this out over a weekend I found what I think...

FileReader looks great, but I can't get it working. I only go as far as: ["debugMode : ", true] ["SWF FileAPI ready!"] My `on("change")` function never gets called. I'm missing...

On IE 8 e.target.files is undefined, I think is because the .files attribute does not exists. What should I use instead to get the file(size,name,bynarydata?)? Thank you.

- options combine per-FileReader - Prevent calling FileAPIProxy.init() multiple times - Add option overrides for container css position, css offset and dom append point, to allow for use in bootstrap...

Hi guys, Great work on this polyfill, I really appreciate the open-source development. So, I have a quick question. On what versions of Safari will this polyfill enable the use...

Hi, When I read from the input file the first time, everything is correct, but when the file is changed and I read again, the load event will be triggered...

Hi everyone, I'm using Jahdrien's FileReader (many thanks!) but I think I have a problem with calling fileReader() multiple times in my JS file. I'm using it in a Rails...

I'm trying to manually trigger the browse window to open using `FileAPIProxy.swfObject.browse('if-of-my=input')` and I can see the code getting called in Flash with debugMode on by the browse window never...

I am having an issue with trying to get the FileReader working properly. I have some code that is kinda working, and by that I mean when I log the...