ckeditor图片上传二三事

Posted icychen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ckeditor图片上传二三事相关的知识,希望对你有一定的参考价值。

最近实验室要用ckeditor,踩了几个小坑记录下。

1.出现iframe跨域问题

response.setHeader("X-Frame-Options", "SAMEORIGIN");或者在websecurityconfig中添加http.headers().frameOptions().disable();

2.接参一定要注意前台file的name是什么

 

以上是关于ckeditor图片上传二三事的主要内容,如果未能解决你的问题,请参考以下文章

ckeditor 如何在asp中配置上传图片

ckeditor 上传图片 php版

CKEditor + CKFinder (上传图片出现问题)

ckeditor 图片上传功能配置

ckeditor无法上传图片

ckeditor5上传的图片如何用PHP接收?