Upload screen, copy paste is not working with IE11..!
Is there a fix for this or can you change this code for Q&A that we can use???
Ip Board release this
<php>
$ie11fix = "edge";
if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7') !== false)) $ie11fix = "EmulateIE10";
</php>
<meta http-equiv="X-UA-Compatible" content="IE={$ie11fix}" />