What is the plupload runtime for IE?

plupload allows various execution technologies to be used while uploading files.

Even though it lists some browser incompatibilities for HTML 5, it doesn't seem to answer the basic question of which browser has this version available at all.

Which browsers will not support loading the HTML version of plupload?

plupload

allows you to customize the list of work cycles and the order of their use. I would like to make sure that given the limited lists of browsers I need to maintain that I can rely on a subset of battery life. For example, Flash support can be difficult, so I would like to know if I need to enable it and support it.

+3


source to share


1 answer


Basic answer and relatively subjective answer:

I stopped looking at runtime gears

, silverlight

and browserplus

.

In terms of functionality HTML5

> Flash

> HTML4

.

Finally:

  • IE 10 supports HTML5
  • IE 8/9 supports Flash (if installed), otherwise the main denominator is HTML4.


This means that I had to test five scenarios.

I found support for all these runtimes to be approximate if items are hidden or moved and in different ways. For example, in one case, initialization plupload

was early work for IE 10 / HTML5 and IE 8/9 / HTML4, but not Flash, whereas initialization later only worked for IE 8/9 / Flash and not for other cases. It was difficult to highlight the main conditions, I could open this problem .

I am yet to face any problem with any runtime in any other browser.

Hope this helps someone.

+8


source







All Articles