thinkphp加入Ueditor后图片管理和附件上传有问题

浏览:2555 发布日期:2014/01/24 分类:求助交流
thinkphp加入Ueditor后图片管理和附件上传有问题,没法管理上传图片,上传附件还是上传到编辑器中的PHP文件夹中!但是我在模板页面已经对编辑器进行配置,有熟悉Ueditor的同学帮忙给看看,谢谢!具体配置如下:
<script type="text/javascript">
window.UEDITOR_HOME_URL = "__ROOT__/Data/ueditor/";
window.onload = function(){
window.UEDITOR_CONFIG.initialframeWidth=800;
window.UEDITOR_CONFIG.initialframeHeight=230;
window.UEDITOR_CONFIG.savePath = ['Uploads'];
window.UEDITOR_CONFIG.imageUrl="{:U(GROUP_NAME . '/Blog/upload')}";
window.UEDITOR_CONFIG.imagePath = '__ROOT__/Uploads/';
window.UEDITOR_CONFIG.filePath = '__ROOT__/Uploads/';
window.UEDITOR_CONFIG.imageManagerPath = "__ROOT__/Uploads/";
UE.getEditor('content');
}
</script>
<js file='__ROOT__/Data/Ueditor/ueditor.config.js'/>
<js file='__ROOT__/Data/Ueditor/ueditor.all.min.js'/>
最佳答案
评论( 相关
后面还有条评论,点击查看>>