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

Spring mvc UEditor jsp版本

时间:2015-02-06 11:29:19      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:spring mvc   spring mvc ueditor   

此文章主要解决在spring mvc 框架模式下面使用UEditor 图片或者文件上传成功读取不到的bug说明(主要已官方文档为主)。技术分享


1.项目中应用UEditor。(jsp版本)

    1.1参考官方 http://fex-team.github.io/ueditor/  中jsp使用说明。
   技术分享
2.结合Spring mvc 使用。
      错误回顾,下图表示UEditor 引用成功,选择图片,图片不能正常显示,提示本地保存成功。
技术分享
技术分享
   错误分析,启用firefox 的firebug 能看到一下图片
技术分享
技术分享
 通过Everything 小工具(下图),表明图片明显上传成功,只是图片路径读取错误。
技术分享

技术分享

查找官方文档说明  http://fex-team.github.io/ueditor/#start-dir 中的目录介绍,说有前后端配置项。
技术分享
打开%UEditor_home%\jsp\ 下面的config.json
技术分享

技术分享
技术分享
   配置相对应的 读取文件,和存储文件。问题解决,谢谢观看。
技术分享



Spring mvc UEditor jsp版本

标签:spring mvc   spring mvc ueditor   

原文地址:http://blog.csdn.net/jurs30/article/details/43560023

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