码迷,mamicode.com
首页 > 编程语言 > 详细

【CKeditor】使用SpringMVC处理CKeditor上传图片

时间:2014-07-29 16:19:59      阅读:3615      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   使用   os   文件   io   for   

0、了解CKeditor的相关文件

1、开启CKeditor上传图片功能

官方说明

简明的说,就是只需要在创建CKeditor时,添加以下两个配置:

在用CKEDITOR.replace()中配置

filebrowserBrowseUrl: ‘自定义的请求‘,
filebrowserUploadUrl: ‘自定义的请求

或,在config.js添加如下配置

config.filebrowserBrowseUrl=‘自定义的请求‘,
config.filebrowserUploadUrl=‘自定义的请求‘ 

2、编写自定义的请求



问题及解决方案:

1、解决ckeditor上传,返回时显示js代码不显示图片的问题

解决ckeditor上传,返回时显示js代码不显示图片的问题  

2、跨域问题

chrome console log:

Refused to display ‘http://localhost:8080/webcnmain/ifacompany/article/uploadArticleImageForCkeditor?CKEditor=articleContentZH&CKEditorFuncNum=1&langCode=zh-cn‘ in a frame because it set ‘X-Frame-Options‘ to ‘DENY‘.

response.setHeader("X-Frame-Options", "SAMEORIGIN");

【CKeditor】使用SpringMVC处理CKeditor上传图片,布布扣,bubuko.com

【CKeditor】使用SpringMVC处理CKeditor上传图片

标签:style   blog   http   使用   os   文件   io   for   

原文地址:http://my.oschina.net/jast90/blog/295636

(2)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!