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

梦想与她 提交于 2019-12-08 05:00:59

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!