Feature #47814
closedAllow Image Uploads from Clipboard
0%
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
Updated by Mathias Schreiber almost 10 years ago
- Assignee set to Stanislas Rolland
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
- Assignee deleted (
Stanislas Rolland)
The TYPO3 team has decided to go with CKEditor on version 8 and drop rtehtmlarea out of the default core repository.
The code can now be found at https://github.com/FriendsOfTYPO3/rtehtmlarea Please continue there if you still need this feature.
As the rtehtmlarea code is really outdated I don't expect a core team member to pick this one up. Therefore I close it here and it can be backported when fixed on GitHub.