百度编辑器多图上传返回图片绝对路径问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了百度编辑器多图上传返回图片绝对路径问题相关的知识,希望对你有一定的参考价值。

在官方下载jsp版本号的百度编辑器,改动源代码然后打包成jar就可以,

改动方法例如以下:

改动FileManager.java文件里的getPath 方法为
private String getPath ( File file ) {
      //String path = file.getAbsolutePath();
 //输出的路径为:\Project\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\qw\ueditor\jsp\upload\image\20150809\1439097577967024082.jpg
        String path = PathFormat.format(file.getAbsolutePath());
 //输出的路径为:/Project/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/qw/ueditor/jsp/upload/image/20150809/1439097577967024082.jpg
    return path.replace(this.rootPath, "" );
}

以上是关于百度编辑器多图上传返回图片绝对路径问题的主要内容,如果未能解决你的问题,请参考以下文章

ueditor百度编辑器中,多图上传后,图片顺序乱掉的处理方法

dedecmsV5.7 百度编辑器ueditor 多图上传 在线管理 排序问题

百度ueditor能不能上传pdf

百度编辑器图片上传

百度编辑器ueditor里面的多图上传,点击后弹出一个上传窗口,请问在那个文件修改上传窗口的大小?

百度编辑器拦截上传图片提交上传腾讯server并返回腾讯url