Home  >  Article  >  Backend Development  >  CKEditor + CKFinder集成不能上传图片(文件),该怎么处理

CKEditor + CKFinder集成不能上传图片(文件),该怎么处理

PHP中文网
PHP中文网Original
2016-06-13 13:49:051401browse

  CKEditor + CKFinder集成不能上传图片(文件)
工程整合了CKEditor、CKFinder两个插件,页面显示了‘上传’、‘浏览服务器’两个按钮,但上传没能成功,提示404错误。google搜了几个小时没能解决,望高手指点,多谢。

我的工程目录如图:

1097.jpg

页面配置(93f0f5c25f18dab9d176bd4f6de5d30e已经调用两个插件的js):

1098.jpg

config.php里方法

function CheckAuthentication()
{
return false;
}

已经改为

return true;
$baseUrl = '/assets/Components/ckfinder/userfiles/';

以上就是 CKEditor + CKFinder集成不能上传图片(文件),该怎么处理 的内容,更多相关内容请关注PHP中文网(www.php.cn)!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn