Active
Project:
Upload Image
Version:
master
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2007 at 20:46 UTC
Updated:
29 Aug 2016 at 16:03 UTC
Jump to comment: Most recent
Comments
Comment #1
ufku commentedsorry not possible.
Comment #2
mlyno commentedI stumbled upon the same problem as mikeryan. If having an support portal where users can fill in a form. I searched for quick way to be able to paste the print-screen from the clipboard (ctrl+v) or usin a paste button. It is not necessary that it is inside content body, for me, it should be at least attached as picture attachment to the content. I did not find any solution on Drupal or web.
I know that this feature is possible the JIRA issue and project tracking system from ATLASSIAN has this feature on the web interface and is extremely use full.
Thank you for statement
Comment #3
soma115 commentedI'm using JIRA at work and possibility to paste picture is very useful. I'm not a programer but I saw that JIRA is using Java to paste picture. I hope you figure it out...
Comment #4
Angry Dan commentedThis might now be possible, I'm planning to investigate soon.
Pasting an image into contenteditable element (the thing that TinyMCE, et all uses) in Firexox now pastes an image tag with the image base64 encoded in the src attribute.
It wouldn't be too much work to parse that with a Drupal input format and turn it into a physical file for cross browser support.
Does anyone know if any other browsers are doing this? IE9 perhaps?
Comment #5
palik commentedsorry but any progress on this? I use this plugin for WP and love it - http://codecanyon.net/item/image-elevator-for-wordpress/4311188, also this could be useful https://github.com/JoelBesada/pasteboard
Comment #6
Angry Dan commentedBoth look like very viable starting points.
I was hoping this issue might make it's way to D8 as a core patch to integrate with CKeditor 4.
I've got no time to write anything at the moment sadly but it's still on my long term "that'd be cool" list.
Comment #7
Angry Dan commentedSo on the subject of a D8 core/ CKeditor 4 solution this is an interesting post - http://www.martinezdelizarrondo.com/ckplugins/imagepaste.demo4/
Comment #8
palik commentedafter lot of google'ing i found that filefield sources have native paste image from clipboard support! found this some months ago but it wasn't working but now i see thatt it works really nice... i'll try to mix it with some other modules (wysiwyg / insert or sth like that) https://drupal.org/project/filefield_sources
Comment #9
birdsnbees commentedThis module https://www.drupal.org/project/ckeditor_uploadimage perfectly can do that job plus its also capable of drag and drop image(s). But its for CKEditor and Drupal 8.