execCommand 'insertimage' is not working for local files in IE 11 on some computers

453 views Asked by At

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.

0

There are 0 answers