ueditor图片上传提交地址不能指定,大神给看看
thinkphp吧
全部回复
仅看楼主
level 1
风北168 楼主
<script type="text/javascript">
window.UEDITOR_HOME_URL='__PUBLIC__/ueditor/';
window.onload=function () {
window.UEDITOR_CONFIG.initialFrameHeight=550;
window.UEDITOR_CONFIG.imageUrl ="{:U('Admin/Tja/upload')}"; //图片上传提交地址
//window.UEDITOR_CONFIG.imagePath=URL + "php/" ;
UE.getEditor('content');
}
</script>
<js file='__PUBLIC__/ueditor/ueditor.config.js' />
<js file='__PUBLIC__/ueditor/ueditor.all.min.js' />
上传不了,这是提示内容
2014年03月31日 02点03分 1
level 5
这样看不出问题、可以用kindeditor
2014年04月02日 19点04分 2
1