欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

修复dtcms5.0后台管理编辑器上传视频和图片被过滤问题

程序员文章站 2024-02-01 07:58:10
1、原程序代码调用上传接口文件路径更改为父节点相对路径: 2、修复ueditor.config.js配置: 3、IIS配置mime类别,添加相应的视频文件后缀配置。 例如:.mp4、.flv等 ......

  1、原程序代码调用上传接口文件路径更改为父节点相对路径:

修复dtcms5.0后台管理编辑器上传视频和图片被过滤问题

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等