Uploader not working in Internet Explorer Enterprise mode

Hi,

I am using ui.uploader to upload a file to server. It works absolutely fine in firefox, chrome and IE ( regular mode) however It does not work in IE enterprise mode.

When looked at the DOM element for the uploader, the following are my observations -

  1. Working scenario (Firefox, Chrome, regualr IE browser) - Webix creates a div with a button and hidden input element.

  2. Non working scenario (IE Enterprise Mode) - webix creates a div with a button and a Flash Object. This flash object is blocked by our security policy due to which it is not working.

Can you please let me know if there is any workaround for this issue?

Hi,

As far as I can see

Enterprise Mode, a compatibility mode that runs on Internet Explorer 11 on Windows 8.1 Update and Windows 7 devices, lets websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8

Webix doesn’t support IE7.