问题:dedecmsV5.7 在后台上传了m4a的音频文件(如何添加m4a的音频格式,更改系统-系统基本配置-附件设置)之后,列表里不展示,如图:

dedecmsV5.7 后台上传m4a的音频之后不展示

 

解决方案:

打开include/dialog/select_media.php,查找

#\.(mp3|wma

大约212行

else if(preg_match("#\.(mp3|wma)#", $file)){

改成

else if(preg_match("#\.(mp3|wma|m4a)#", $file)){

 

然后就OK! 

dedecmsV5.7 后台上传m4a的音频之后不展示

 

相关文章:

  • 2021-04-09
  • 2021-07-27
  • 2021-09-22
  • 2021-09-08
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
相关资源
相似解决方案