Skip to content Skip to sidebar Skip to footer

HTML - How To Display Local Data In Img Tag?

I have an editable div and a user can paste a picture copied from Office Word. After doing so an image-tag can be seen in the source code, but the path does not work anymore. If I

Solution 1:

You can't open local file in site without user interaction. Browser won't allow that, because it would be great security flaw.


Post a Comment for "HTML - How To Display Local Data In Img Tag?"