It is not possible to paste a local file (like an image) directly to a website located on the server. This issue has nothing to do with CKEditor, but is related to the security model of the Internet browsers.
if its not possible so how does it work with OFFICE OUTLOOK? I know that OUTLOOK is local program, but it work under same idea.
When you write text in the editor window (on CKEditor) the text insert into variable and save in the DB. can't it be the same with images? when I paste image into the editor and submit, the editor upload the image to the server, and keep all the info in some variable that save in the DB...
Re: copy paste screenshot
As already explained here and here:
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: copy paste screenshot
I know that OUTLOOK is local program, but it work under same idea.
When you write text in the editor window (on CKEditor) the text insert into variable and save in the DB. can't it be the same with images? when I paste image into the editor and submit, the editor upload the image to the server, and keep all the info in some variable that save in the DB...