I am trying to copy images to the clipboard using ZeroClipboard and pasting them into Outlook (or anywhere). He does not work. I read this link and according to it, the HTML5 API is the only way to copy images to the clipboard using JS. I want to know how to use this, or if any browser really supports this? Thanks!
Good for Webkit browsers, Apple has this article , available under the heading "Using Pasteboard From JavaScript". I suppose using the setData method, you can also set image data as well as text. Hope this helps you.
setData
Source: https://habr.com/ru/post/1446244/More articles:Simple branching if-else logic in Clojure - clojureIs it possible to distinguish (in the code) whether apk was installed through the game or manually? - androidFreeze camera for 3 seconds in Unity3D (C #) - c #Spectrum Analyzer with NAudio and WPFSoundVisualizationLib - c #drawing a custom BGL graph using Graphviz - c ++Eight Queens Algorithms - javawarning: attempt to submit - iosgetting user click position in C & GLUT - cWhen I run setuptools.egg "as if it is a shell script", what actually happens? - pythonHow to use git with Aptana - aptanaAll Articles