阅读背景:

在浏览器中查看pdf文件而不是下载

来源:互联网 
header("Content-Length: " . filesize ('theme/assets/pdf/ci.pdf' ) ); 
header("Content-type: application/pdf"); 
header("Content-disposition: attachment;     
filename=".basename('theme/assets/pdf/ci.pdf'));
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
$filepath = readfile('theme/assets/pdf/ci.pdf');
header("Content-Length: " . filesize ('theme/as



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: