修复dtcms5.0后台管理编辑器上传视频和图片被过滤问题
程序员文章站
2022-05-24 18:29:20
1、原程序代码调用上传接口文件路径更改为父节点相对路径: 2、修复ueditor.config.js配置: 3、IIS配置mime类别,添加相应的视频文件后缀配置。 例如:.mp4、.flv等 ......
1、原程序代码调用上传接口文件路径更改为父节点相对路径:
2、修复ueditor.config.js配置:
img: ['src', 'alt', 'title', 'width', 'height', 'id', '_src', '_url', 'loadingclass', 'class', 'data-latex', 'style'],
video: ['autoplay', 'controls', 'loop', 'preload', 'src', 'height', 'width', 'class', 'style'], source: ['src', 'type'], embed: ['type', 'class', 'pluginspage', 'src', 'width', 'height', 'align', 'style', 'wmode', 'play', 'loop', 'menu', 'allowscriptaccess', 'allowfullscreen']
3、iis配置mime类别,添加相应的视频文件后缀配置。
例如:.mp4、.flv等
上一篇: log4net快速上手