i met a strange thing that i copy a article from word(including text and image),but the image can't display.And the url is rigtht,i can open it on IE. Is anybody met this problem??(Attach is the property of image)
yes i had this problem on my server and figured it out that its related to uppercase JPG extention after renaming to lowercase jpg the problem fixed. i dont know why this is happening sometimes!
Pasting local images directly through clipboard will not really work (it depends on browser security settings and in some cases if it works, you will be the only person seeing the image properly, as it is displayed from your local computer only). You will need a proper file manager/ uploader for that. See more here.
Anyone interested can get a license for that plugin or write their own code if they prefer it that way, it's using just public APIs of the browsers and CKEditor.
yes i had this problem on my
yes i had this problem on my server and figured it out that its related to uppercase JPG extention after renaming to lowercase jpg the problem fixed. i dont know why this is happening sometimes!
Pasting local images directly
Pasting local images directly through clipboard will not really work (it depends on browser security settings and in some cases if it works, you will be the only person seeing the image properly, as it is displayed from your local computer only). You will need a proper file manager/ uploader for that. See more 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!
An uploader is needed at the
An uploader is needed at the server to save the image, but currently it's possible to upload directly pasted images as shown in this demo:
http://www.martinezdelizarrondo.com/ckplugins/imagepaste.demo4/
Anyone interested can get a license for that plugin or write their own code if they prefer it that way, it's using just public APIs of the browsers and CKEditor.