I am uploading a file to a REST API using this plugin in an AngularJS application. When seconds after the 'fileuploaddone' event fires, I get a yellow notification from Internet Explorer saying: Would you like to save \ open the
Screenshot attached.
Source: https://github.com/blueimp/jQuery-File-Upload/wiki/Setup#content-type-negotiation
You will need to set the right Content-Type as explained in the link above.
Blueimp jQuery File Upload settings to support modern browsers as well as IE9 (tested on IE9 and Chrome 39)
Note: I am using JAVA, Spring 3 on server side
index.html file
test.js file
test.java file