[wp-trac] [WordPress Trac] #48668: Plupload integration not working after WP update and PHP upgrade
WordPress Trac
noreply at wordpress.org
Sun Nov 17 18:16:47 UTC 2019
#48668: Plupload integration not working after WP update and PHP upgrade
--------------------------------+-------------------------
Reporter: somedev123 | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: External Libraries | Version: 5.2.4
Severity: normal | Resolution: worksforme
Keywords: | Focuses:
--------------------------------+-------------------------
Changes (by azaozz):
* status: new => closed
* resolution: => worksforme
* milestone: Awaiting Review =>
Comment:
Hi @somedev123 yes, you're right this is not the best place for such
questions. Sorry but will have to close the ticket as "worksforme" as this
works as expected in WordPress.
Looking at the code you pasted, seems it was copied from an old version of
WP. For example this line `'runtimes' => 'html5,silverlight,flash,html4'`
was changed to `'runtimes' => 'html5,html4'` few years ago and eventually
removed.
WordPress doesn't include the Flash and Silverlight binaries any more.
They were meant to support multi-file uploading in old old browsers. All
current browsers support that as part of HTML 5.0 now.
Sounds like there may be a js error there. Perhaps "fixing" the config to
match the default WP config will help? See:
https://core.trac.wordpress.org/browser/tags/5.3/src/wp-
admin/includes/media.php#L2122.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48668#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list