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

PHP中文网
Release: 2016-06-13 13:49:05
Original
1460 people have browsed it

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

我的工程目录如图:

1097.jpg

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

1098.jpg

config.php里方法

function CheckAuthentication()
{
return false;
}
Copy after login

已经改为

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

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


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template