I\'m using the TinyMCE WYSIWYG editor control and while it is possible to copy and paste image fractions in FireFox, it is impossi
I just answered this question. Here's a link to my answer: TinyMCE "paste button" does not work
at time of the configuration of Tiny MCE, use this to get Chrome to work:
tinymce.init({ selector:'textarea', plugins: [ "image paste" ], paste_data_images: true});