You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 app, i'm using CoffeeScript for the JS part. I'm trying to preview images with IE9.
I have multiple input and I'm calling multiple times the function fileReader() but when I do so it seems to break stuff... Do someone had the same issue?
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 app, i'm using CoffeeScript for the JS part. I'm trying to preview images with IE9.
I have multiple input and I'm calling multiple times the function fileReader() but when I do so it seems to break stuff... Do someone had the same issue?
It works fine.
But then I add :
And the whole thing doesn't work anymore on IE9...
Thanks for helping me!
The text was updated successfully, but these errors were encountered: