简体   繁体   中英

How to change default image uploaded path change on CKFinder[CKEditor] using php

I have to use CKEditor where using CKFinder use to uploaded images how to change default uploaded path.

How to change default browse path.

I spent lot of time on this, any one help me.

Thanks in advance.

I'm not sure I completely understand your question, but have you tried adding the following lines to your config.js file?

config.filebrowserUploadUrl = "/some/path/on/server";

and

config.filebrowserBrowseUrl = "/some/path/on/server";

Here is the documentation on the different variables you can use:

http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-filebrowserBrowseUrl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM