Image Upload in CKEditor using CKFinder | CKEditor & CKFinder Integration

Опубликовано: 28 Сентябрь 2024
на канале: Knowledge Thrusters
21,399
125

Image Upload in CKEditor using CKFinder | CKEditor Tutorial

Download Link : https://ckeditor.com/ckfinder/download/
Documentation: https://ckeditor.com/docs/ckfinder/la...

Steps in this video:
1. Download ckfinder and include it into your file (ckfinder.js).
2. Take ckeditor into a variable
3. pass that variable in ckfinder
CKFinder.setupCKEditor(editor);
4. In the CKFinder config file, set authentication to true.
5. Change the Base url (give complete project folder address).
for ex: http://localhost/projectname/ckfiner/userfiles

"error":"number":500,"message":" The file browser is disabled for security reasons.This Error is appearing, then set authentication to true.
In image info,browser server is opening blank window, then set authentication to true in config file.


#ckeditor #knowledgethrusters