UPLOAD\admin\applications_addon\ips\downloads\modules_public\display\download.php
推荐使用EDITPLUS
查找(1460行)
@header( "Content-Disposition: {$file['disposition']}; filename=\"" . $file['name'] . "\"" );替换为:
// files name covertCharsets
// @header( "Content-Disposition: {$file['disposition']}; filename=\"" . $file['name'] . "\"" );
@header( "Content-Disposition: {$file['disposition']}; filename=\"" . @iconv( "utf-8", $charset, $file['name'] ) . "\"" );

说明
转载到专栏








