主题 : 文本编辑器添加图片上传文件没有反应 |
级别: 秀才
![]() |
23# 发表于:2015-06-05 10:18:01 IP:113.212.*.*
添加内容的编辑器,上传图片没反应,到后台看,图片也已经上传到服务器了
浏览器报错: GET http://127.0.0.1/res/jeecms/img/admin/msg.jpg 404 (Not Found)(anonymous function) @ jquery.js:8(anonymous function) @ jquery.js:8o.extend.each @ jquery.js:4o.extend.ready @ jquery.js:8(anonymous function) @ jquery.js:8 jquery.js:8 GET http://127.0.0.1/res/jeecms/img/admin/logout.jpg 404 (Not Found) 我用的ckeditor编辑器 |
||
---|---|---|---|
级别: 秀才
![]() |
25# 发表于:2015-06-05 10:26:20 IP:113.212.*.*
缺少源文件地址
后台返回给前台的是: <script type="text/javascript"> (function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})(); window.parent.CKEDITOR.tools.callFunction(0,'/u/cms/rc2p/201506/05101615n40u.jpg'); </script> |
||
---|---|---|---|
级别: 秀才
![]() |
28# 发表于:2015-06-05 10:31:02 IP:113.212.*.*
jeecms的fckeditor编辑器上传不了图片,遇到过吗,有什么办法解决
|
||
---|---|---|---|
级别: 秀才
![]() |
30# 发表于:2015-06-05 10:35:31 IP:113.212.*.*
fckeditor编辑器点击上传图片后就一直在显示加载。。。。
浏览器里看到的错: Failed to load resource: the server responded with a status of 404 (Not Found) http://1.8*5.115/res/jeecms/img/admin/logout.jpg Failed to load resource: the server responded with a status of 404 (Not Found) fckeditorcode_gecko.js:67 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. 2http://1.8*5.115/jeeadmin/jeecms/fck/upload.do?Type=Image Failed to load resource: the server responded with a status of 500 (Internal Server Error) |
||
---|---|---|---|