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 -
-
Working scenario (Firefox, Chrome, regualr IE browser) - Webix creates a div with a button and hidden input element.
-
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?