ueditor编辑器上传附件是为啥不在编辑器内显示内容?也就无法获取路径保存在数据库中了,,,

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ueditor编辑器上传附件是为啥不在编辑器内显示内容?也就无法获取路径保存在数据库中了,,,相关的知识,希望对你有一定的参考价值。

我有一个模块需要上传附件,所以我这样加了一个功能:
var ue1 = UE.getEditor('container1',

toolbars: [["fullscreen", "undo", "redo", "insertunorderedlist", "insertorderedlist", "unlink", "link", "cleardoc", "selectall", "searchreplace", "preview", "drafts", "|", "simpleupload", "insertimage", "emotion", "date", "time", "horizontal", "spechars", "pasteplain", "bold", "italic", "underline", "fontborder", "strikethrough", "forecolor", "backcolor", "superscript", "subscript", "justifyleft", "justifycenter", "justifyright", "justifyjustify", "attachment", "touppercase", "tolowercase", "directionalityltr", "directionalityrtl", "indent", "removeformat", "formatmatch", "autotypeset", "paragraph", "rowspacingbottom", "rowspacingtop", "lineheight", "fontfamily", "fontsize", "imagenone", "imageleft", "imageright", "imagecenter", "inserttable", "deletetable"]]);
添加了attachment上传附件功能,但是上传成功了,在编辑器内无法显示文件,就无法将文件路径保存在数据库中了,那么查询时也就无法下载了,,,求大神教我!

参考技术A ueditor编辑器上传的附件有一个默认的存储路径的,你在数据库只需要存储附件的文件名就好啦,所有的附件的路径是一致的追问

如果在ueditor.config.js中配置功能菜单,那么上传的话会在编辑器内显示出来,但是项目需要我只是在一个模块下需要这个上传附件功能,所以就使用了如上的功能菜单设置,但是上传后编辑器内部显示!

但是现在不能显示123.txt?

追答

上面不是显示出来了吗

本回答被提问者和网友采纳

以上是关于ueditor编辑器上传附件是为啥不在编辑器内显示内容?也就无法获取路径保存在数据库中了,,,的主要内容,如果未能解决你的问题,请参考以下文章

ueditor单独调用上传附件和图片的功能

ueditor编辑器怎么调用

ueditor编辑器问题--我想只用编辑器的附件功能。

怎么修改百度编辑器Ueditor的附件上传大小

怎么修改百度编辑器Ueditor的附件上传大小

百度富文本编辑器ueditor/jsp版的简单使用,可上传图片和附件