php下载中文名文件

$path =  APPPATH . '../htdocs/download/corp/商标申请委托书模版.doc';
$filename = '商标申请委托书模版.doc';
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=".$filename);
readfile($path);
posted @ 2016-08-31 13:58  纵观  阅读(266)  评论(0编辑  收藏  举报