dede上传文件乱码问题解决

修改下列两个文件:

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

 

改:

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

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

 

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

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

posted @ 2018-11-16 15:35  风干记忆  阅读(656)  评论(0编辑  收藏  举报