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.
我已经根据docs安装和配置了这两个包,但是当我打开文件浏览器时,我实际上什么也做不了。除帮助按钮外,所有按钮均呈灰色显示。截图链接:screenie
我的上传文件夹似乎具有正确的权限(664),并且没有弹出错误。我用错了吗?我打算让我的最终用户能够通过 CKEditor 将图像和其他文件从他们的系统上传到服务器。
原来这是一个权限问题。哦。将权限设置为 777 可以立即清除它。