Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 ckfinder 与 ckeditor 集成,我有点成功,但在上传任何图像时遇到以下错误。
出于安全原因,文件浏览器被禁用。请联系您的系统管理员并检查 CKFinder 配置文件
我已经设置了配置文件。但它对我不起作用。
默认情况下,CKFinder 设置为不授权向服务器发送文件。所以你需要做的就是进入 ckfinder/config.ascx,这是主要的配置文件,这里暂时将 CheckAuthentication() 方法更改为返回 true 而不是错误的
试试这个链接,它有一个工作示例。从.Net下载 ckeditor并将 ckeditor 文件夹放在项目的根目录中。