Also at the jQuery file upload docu I couldn't find a reference to this header. (Only the obvious one about content type https://github.com/blueimp/jQuery-File-Upload/issues/1795)
I checked the content type and it set to plain/text as per jQuery documentation.
Maybe due to a missing, additional nosniff this could be solved in a cleaner way?
On IE9 with fallback to IFrame transport, the browser always popups a download save as window for "files.json".
Is there a specfic reason for sending the
Content-Disposal
header? I dropped it as per https://github.com/derjust/jquery-file-upload-middleware/commit/56c640a1c799d2bea9da96d6ca13413f8fcb42b1 and everything looks good now.Also at the jQuery file upload docu I couldn't find a reference to this header. (Only the obvious one about content type https://github.com/blueimp/jQuery-File-Upload/issues/1795) I checked the content type and it set to
plain/text
as per jQuery documentation.Maybe due to a missing, additional nosniff this could be solved in a cleaner way?