Skip to content
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

FileUpload API is not working on IE9 with angular 1.3.4 #417

Closed
kvenkatramreddy opened this issue Nov 26, 2014 · 3 comments
Closed

FileUpload API is not working on IE9 with angular 1.3.4 #417

kvenkatramreddy opened this issue Nov 26, 2014 · 3 comments

Comments

@kvenkatramreddy
Copy link

angular file upload is success and error callbacks are not working.

Possible issue and work around -> angular createHttpBackEnd function is updated.

xhr.onreadystatechange replaced with xhr.onload, but angular-file-upload-shim.js
uses
if (xhr.onreadystatechange) xhr.onreadystatechange();
I have replaced
if (xhr.onload) xhr.onload();

@danialfarid
Copy link
Owner

it's gonna be fixed in the new release in a week or so

@kvenkatramreddy
Copy link
Author

Thank you very much

@danialfarid
Copy link
Owner

Fixed in version 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants