You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 derjust@56c640a 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 blueimp/jQuery-File-Upload#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?
The text was updated successfully, but these errors were encountered:
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 derjust@56c640a 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 blueimp/jQuery-File-Upload#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?
The text was updated successfully, but these errors were encountered: