I have an
application which use RichTextEditor. My clients need to write an equation in
MS Word and then copy & paste to the RichTextEditor.
This process is ok when they use Internet Explorer 11: the RichTextEditor upload the image created. But in Chrome, Mozilla or Edge the image is inserted like this src='file:///C:/Users/Liliana/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png’ and we can see an error that says: Not allowed to load local resource: file:///C:/Users/Liliana/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png
Exists some
setting to allow this from other Internet browsers.
Regards.
Liliana