[wp-trac] [WordPress Trac] #31037: Uploading files through media modal causes error in < IE10
WordPress Trac
noreply at wordpress.org
Thu Feb 12 01:14:49 UTC 2015
#31037: Uploading files through media modal causes error in < IE10
--------------------------+---------------------
Reporter: joehoyle | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.1.1
Component: Media | Version: 4.1
Severity: normal | Resolution: fixed
Keywords: | Focuses:
--------------------------+---------------------
Changes (by dd32):
* owner: => dd32
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"31429"]:
{{{
#!CommitTicketReference repository="" revision="31429"
Prevent IE9 and lower displaying the download file dialogue when
attempting to upload using the `html4` Plupload handler.
The HTML4 Plupload handler uses a hidden iframe to POST the upload form,
Unfortunately Internet Explorer 9 doesn't support the `application/json`
content-type which `wp_send_json_success()` and requires `text/html`
instead.
This partially reverts [30354], keeping the better error messages.
Fixes #31037 for trunk.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31037#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list