I'm trying to insert image from local folder using execCommand in IE11:
JS:
document.execCommand('insertImage', false, "C://issue.jpg");
It is working on one computer, but it is not working on other computer. For non working case I get the following: issue
It seems that it is some Windows or browser configuration issue. But I cannot find setting for this. Will you please help me. Thank you.