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

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

WBOY
Release: 2016-06-13 10:04:38
Original
936 people have browsed it

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

我的工程目录如图:


页面配置(

已经调用两个插件的js):


config.php里方法
function CheckAuthentication()
{
return false;
}
已经改为return true;

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


请问还要配置哪里?



------解决方案--------------------
明显是没有找到文件,一方面看看配置是否正确,另一方面跟踪一下看看,什么文件找不到
Related labels:
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