主题: kindeditor 4.1.5 跨域上传图片 |
作者: 埃杰克斯, 发布日期: 2014-12-31 18:48:53, 浏览数: 6961 |
kindeditor 4.1.5 跨域上传图片--一直在跳转,图片是上传成功了的, 1. "Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://localhost:1677" from accessing a frame with origin "http://www.xinpinyou.com". Protocols, domains, and ports must match.". 2.afterupload 不执行回调函数 3. "return iframe.contentDocument || iframe.contentWindow.document;" 出错 |
作者: 埃杰克斯, 发布日期: 2015-01-01 13:47:14 |
自顶
|
回复 |
作者: 埃杰克斯, 发布日期: 2015-01-01 13:47:59 |
怎么都是无人问津啊。。。。。
|
回复 |
作者: pinbor, 发布日期: 2015-01-07 17:03:38 |
希望能尽快解决了,我也遇到楼主的问题,跨域的问题解决的原理并不难。
1. 添加头确保可以将图片上传,这个很容易 Response.AddHeader("Access-Control-Allow-Origin", "*"); 2. 避免跨域修改,今天不在状态,跟进去头晕了 原理不难,将上传成功的图片地址存放到一个变量,然后通过再去修改里面iframe里面的内容; |
回复 |