WordPress.org

Make WordPress Core

#19302 closed defect (bug) (fixed)

HTML4 runtime in Plupload is broken

Reported by: ocean90 Owned by: azaozz
Priority: normal Milestone: 3.3
Component: Media Version: 3.3
Severity: normal Keywords: needs-patch
Cc:

Description

If you have an OS where Flash and Silverlight isn't installed and you are using IE as browser, Plupload will fallback too HTML4 runtime. But this runtime seems not to work.

It stops at crunching and returns a number see screenshot.

http://cl.ly/BzdB/Bildschirmfoto%202011-11-20%20um%2000.39.18.png

Same happens in Chrome if HTML4 runtime is set via filter.

Change History (2)

comment:1 azaozz19 months ago

It seems the response is wrapped in a <pre> tag for some reason... Normal response is numeric (the attachment ID).

comment:2 azaozz19 months ago

  • Resolution set to fixed
  • Status changed from new to closed

In [19362]:

Fix return value in Plupload when using the html4 runtime, fixes #19302

Note: See TracTickets for help on using tickets.