【发布时间】:2017-07-18 14:31:20
【问题描述】:
我在我的 cakePHP 2.0 应用程序中使用 ckeditor。我已将它安装在我的 app/webroot/js/ckeditor 目录中。
ckeditor 显示图片上传选项,并在config.js 中配置了这些行
config.filebrowserImageBrowseUrl = '/app/webroot/ckeditor/pictures/';
config.filebrowserImageUploadUrl = '/app/webroot/ckeditor/pictures/';
现在,图片上传界面看起来不错,但是当我点击“发送到服务器”按钮时,图片没有上传到folder path?
注意:将图片上传到文件夹的下一步是什么?
【问题讨论】: