thinkphp做了一个下载功能,在本地能下载,传到linux服务器页面就出现乱码?

//发送HttpHeader信息开始下载header("Pragma:public");header("Expires:0");header("Cache-control... //发送Http Header信息 开始下载
header("Pragma: public");
header("Expires: 0");
header("Cache-control: max-age=".$expire);
//header('Cache-Control: no-store, no-cache, must-revalidate');
header("Expires: " . gmdate("D, d M Y H:i:s",time()+$expire) . "GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s",time()) . "GMT");
header("Content-Disposition: attachment; filename=".$showname);
header("Content-Length: ".$length);

header("Cache-control: private");
header("Pragma: no-cache" ); //不缓存页面
header("Cache-Component: must-revalidate, post-check=0, pre-check=0" );
header("Content-Disposition: attachment; filename=".iconv('UTF-8','GB2312//TRANSLIT',$showname));
// header("Content-type: application/octet-stream;charset=utf-8");
header("Content-type:text/html;charset=utf-8");
header('Content-Encoding: UTF-8');
header("Content-Transfer-Encoding: binary" );
if($content == '' ) {
ob_clean();
readfile($filename);
}else {
echo($content);
}
exit();
展开
 我来答
shmily灬杰
2014-05-06 · 超过17用户采纳过TA的回答
知道答主
回答量:77
采纳率:0%
帮助的人:37万
展开全部
那个iconv 转码是否起作用了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式