ueditor的上传存储问题

Posted 行者

tags:

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

1、使用了 http://download.csdn.net/download/ouyhong123/8520689 下载的修改版jar包。主要修改是增加了一个地址属性,ActionEnter的参数。

2、修改 jsp/controller.jsp

String saveRootPath="你的实际地址";//(String)session.getAttribute("infoPath");//
out.write( new ActionEnter( request, saveRootPath,rootPath ).exec() );

3、修改 config.json 

"imageUrlPrefix": "你的前缀",
"imagePathFormat": "/image/{yyyy}{mm}{dd}/{time}{rand:6}",

4、修改 tomcat映射路径

    课在catalina重定义你前缀的xml。也可以在server.xml重配置context

以上是关于ueditor的上传存储问题的主要内容,如果未能解决你的问题,请参考以下文章

百度的Ueditor上传到七牛,oss等第三方存储的通用方法(php版)

百度的Ueditor上传到七牛,oss等第三方存储的通用方法(php版)

Ueditor结合七牛云存储上传图片附件和图片在线管理的实现和最新更新

百度的Ueditor(php)上传到aws s3存储方案

百度的Ueditor(php)上传到aws s3存储方案

UEditor+七牛,实现图片直连上传