-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong behavior after the first file read #29
Comments
ping @Jahdrien |
Occurs for me as well. Would love a fix. |
@MattKing17 : here is the dirty hack I've done for now (bamarni@74546ba). I didn't go further in my investigation since it fixed my issue, I'm not sure though wether the issue is in this library or on the underlying swfObject it uses. |
thanks @bamarni! I'm trying to remove all dependencies on jquery from this plugin and ended up rewriting an implementation myself. I think what I'm going to do is refactor it to only support one file handler at a time. It seems that the reader result comes in multiple times, it ends up triggering load events for all file handlers ever registered. This works for my case since I only care about people uploading one file at a time. |
ping @Jahdrien again. |
ping @Jahdrien |
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 2 times, when I change the file again, it's getting triggered 3 times, and so on... This is obviously wrong, the real Filereader object doesn't behaves like this.
Here are some logs :
@Jahdrien if you don't have time to fix this please give me some pointers and I'd be happy to submit a PR, thanks
The text was updated successfully, but these errors were encountered: