问题
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.
回答1:
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
来源:https://stackoverflow.com/questions/25163047/how-to-change-default-image-uploaded-path-change-on-ckfinderckeditor-using-php