Make WordPress Core


Ignore:
Timestamp:
03/23/2014 11:44:20 PM (11 years ago)
Author:
azaozz
Message:

Plupload: switch to urlstream upload method when the 'flash' runtime is used in non IE browsers. This ensures cookies are sent but limits the maximum file size that flash can handle.

By default only IE9 and older use flash so this change is mostly for completeness. It would affect only the (extremely rare) cases where a plugin disables the html5 runtime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r27626 r27662  
    17611761
    17621762$plupload_init = array(
    1763     'runtimes'            => 'html5,silverlight,flash,html4',
     1763    'runtimes'            => 'html5,flash,silverlight,html4',
    17641764    'browse_button'       => 'plupload-browse-button',
    17651765    'container'           => 'plupload-upload-ui',
Note: See TracChangeset for help on using the changeset viewer.