Since Firefox 4.0, when the user pastes an image from the clipboard on CKEditor it's automatically inserted as a data: URI, that means several things:
It allows other people to see the image (previously it inserted a link to a local file that only worked for that user). This is good.
But there are at least two drawbacks: The image data is inserted into the body, that means a huge increase in size and every reload of the page doesn't use a cached version of the image. Also, old versions of some browser that we should not name aren't able to understand data: url.
This plugin solves those problems: when such an image is pasted it's saved as a new file at the server and that url is used instead of the huge data:
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Download
ImagePaste version 1.0:
download link
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
3. Set an upload Url for images (just like you might have already done for uploads in the image dialog)
All the details and options are explained in the included install doc.
Updated version
I improved the basic plugin including the detection of pasted images in Chrome as well as dropped files in most modern browsers (Opera 12 excluded).
This version (2.1 at the moment) is not open source, so you must get a license to use it. You can test it to verify that your browser is correctly supported.
It allows other people to see the image (previously it inserted a link to a local file that only worked for that user). This is good.
But there are at least two drawbacks: The image data is inserted into the body, that means a huge increase in size and every reload of the page doesn't use a cached version of the image. Also, old versions of some browser that we should not name aren't able to understand data: url.
This plugin solves those problems: when such an image is pasted it's saved as a new file at the server and that url is used instead of the huge data:
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Download
ImagePaste version 1.0:
download link
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'imagepaste';
3. Set an upload Url for images (just like you might have already done for uploads in the image dialog)
All the details and options are explained in the included install doc.
Updated version
I improved the basic plugin including the detection of pasted images in Chrome as well as dropped files in most modern browsers (Opera 12 excluded).
This version (2.1 at the moment) is not open source, so you must get a license to use it. You can test it to verify that your browser is correctly supported.

by that you create the longest URLs ever ;=)
unfortunately your installation description is not clear enough.
???? please explain that your plugin depends on the filebrowser-plugin and how to configure that.
As you add a "doc", it might not be too difficult for you to extend this info ;=)
If you are already allowing your users to upload images, then you should have already configured the filebrowser and upload parameters and then this plugin will work automatically.
Anyway, it's already explained here: http://docs.cksource.com/CKEditor_3.x/D ... ploader%29 (and in lots of other pages and docs if you search how to upload files with CKEditor). I don't think that I would be able to explain that any better that it already is.
Trying to allow the user to upload pasted files with Firefox, before allowing to upload files with any browser at their will seems quite weird to me.
you have always to count with non-experienced users, so it could be helpful to list some basic requirements
innocent newbies like me did expect that your plugin includes the uploading functionality
I am sorry that I am not so experienced
Integrated with whatever user authentication system you might have.
Just because you want to setup pasting & automatic upload of files before allowing to upload files in the normal way???
Any new user of anything should always start with the basic product, if he tries to add plugins and special customizations before understanding the basic is doomed to fail and we can't help you.
If you only have a "browse" option then I just can't know where should I POST the file.
I was just humbly asking asking to inform that your plugin does not include upload-functionality and that there must be a file uploading plugin already
nothing more and I do not understand why you react so arrogant
If you're unable to add the plugin to your setup or you don't know how to configure the file uploads then the plugin won't work.
Is this a trick question?
Have you checked the post that is just above yours?
And no, sorry, I don't have a Yahoo ID.