fex-team / umeditor

ueditor的mini版本,特点是体积小巧和更快的加载速度
http://ueditor.baidu.com/website/umeditor.html
1.43k stars 441 forks source link

umeditor 1.2.2 Jsp 版本 跨域上传问题 #113

Closed unexpectedxx closed 10 years ago

unexpectedxx commented 10 years ago

问题描述: 图片已经可以上传成功,json值正常返回。但是这里一直报错误了 Error: Permission denied to access property 'toString'

var r = this.contentWindow.document.body.innerHTML;

请解答一下,谢谢

Jinqn commented 10 years ago

um的上传是提交表单给iframe,通过 iframe.contentWindow.document.body 获取返回值,跨域拿不到这个返回值。。这个需要用的别的方式请求。

unexpectedxx commented 10 years ago

问题已经自己解决,解决方案请参考:

http://my318.lofter.com/post/2c1ac2_262448d

Jinqn commented 10 years ago

谢谢分享!!