Actions
Feature #47814
closedAllow Image Uploads from Clipboard
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-05-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.4
Tags:
Complexity:
medium
Sprint Focus:
Description
You may think, we can not access the client clipboard, but it's possible by HTML5 :D
You can test what i mean by using github, copy an image into the clipboard and paste it in a comment, the upload is done in the background and then it returns a valid url, which can be used online as well :D
http://strd6.com/2011/09/html5-javascript-pasting-image-data-in-chrome/
http://stackoverflow.com/questions/6219197/how-to-manage-image-pasting-from-clipboard-in-html5
I'd like to have this implemented in the rte, and perhaps in other editors as well, perhaps FAL should get a category clipboard images :D
Actions