修改下列两个文件:

/include/dialog/select_soft_post.php
/include/dialog/select_soft.php

 

改:

select_soft.php文件第108行后面添加一句话:

$file = mb_convert_encoding($file,'UTF-8','GBK');

dede上传文件乱码问题解决

 

select_soft_post.php文件第73行后面添加一句话:

$fullfilename = mb_convert_encoding($fullfilename,'GBK','UTF-8');

dede上传文件乱码问题解决

相关文章:

  • 2021-11-01
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
猜你喜欢
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-07-23
相关资源
相似解决方案