-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Flash FileAPI HTTP error code 400 is treated as success #92
Comments
What version of angularjs? |
I am using angular 1.0.3. |
you mean 1.2.3? |
I updated to the latest version of angular (1.2.6) but I still face exactly the same issue |
Try the demo page. It uses the then() function and it does receive the success result to show on the page. |
The demo page works fine but it is not really representative in this case because there is not error handler in place.
HOWEVER
I used fiddler2 to get the original HTTP traffic and used the IE8 developer tools for debugging. Are there any limitations in respect to the File API? |
Seems like a bug with Flash or FileAPI. |
Doesn't seem to be that serious issue since there are workarounds and not an easy solution since it is a flash FileAPI related issue. Marking it as won't fix for now. |
Hi,
I need the flash-based FileApi solution for IE8 support. Thereby I face the following issue:
I try to bind event handler for all three events (success, error, progress). In the HTML5 version without FileApi everything works fine. But with the FileAPI the success handler is called in case of an error but in case of an successful upload no handler is called.
This issue happens when using success( ), error( ), and progress( ) and also when just using then( ) to bind the event handler functions.
I am using the latest version 1.2.3.
Thanks and Best Regards
Florian
The text was updated successfully, but these errors were encountered: