When you upload a file that is larger than maximum file size in internet explorer 10, the ajax response to the post http call comes back with the wrong headers. Instead of having application type text/html as it does on a successful upload, it comes back as application/json. This causes IE to issue a cryptic dialog asking to save form-....json, because it doesn't know how to deal with the application/json file type.
↧