易仿帝国yfdiguo.com

您当前的位置:首页 > 问题库

帝国CMS强制下载txt文件浏览器带下载进度显示

zcmcss发表于2017-12-11问题库
一般来说,下载txt会直接打开,把下面的代码放入到下载页面中,就不会了!
//下载
$filesize = filesize($file);
Header('Pragma: public');
Header('Last-Modified:'.gmdate('D, d M Y H:i:s') . ' GMT');
Header('Cache-Control: no-store, no-cache, must-revalidate');
Header('Cache-Control: pre-check=0, post-check=0, max-age=0');
Header('Content-Transfer-Encoding: binary');
Header('Content-Encoding: none');
Header("Content-type: application/octet-stream");
Header("Content-Disposition: attachment; filename=".$filename);
Header('Content-length: '.$filesize);
echo ReadFile($file);

热门问题

©2017 易仿帝国yfdiguo.com


友情链接: 阿里云优惠网| 阿里云推荐码| 阿里云教程| 莫愁博客|
♥ www.yfdiguo.com
联系作者QQ: