开发者

retrieve image from clipboard

开发者 https://www.devze.com 2023-02-18 04:43 出处:网络
HI I want to get an image from the system clipboard (Windows/Mac) and paste it int开发者_StackOverflow中文版o

HI

I want to get an image from the system clipboard (Windows/Mac) and paste it int开发者_StackOverflow中文版o can it be done in javascript?


No, JavaScript would not be able to paste image data into a web page. There are no HTML elements that can display pasted image data.


If there's a way to grab the data URI (I can't figure out how, can you? it seems only text is available from the clipboard) then you could append <img src="data:image/png;base64,9A8SDF7ADSF9=="> to a wysiwyg field where the gobbledygook is the data URI. Then assuming you want to save that, you'd have to do some parsing on submit, write the image to a file and do with it as you will, or store as a blob or something.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号