- N +

PHP 强制下载文件代码


<?php
$filename = '1.png';
header("Content-Type: application/force-download");
header('Content-Disposition: attachment; filename="'.$filename.'"');
echo $filename;
?>

-----正文到此结束-----
返回列表
上一篇:
下一篇:

发表评论

快捷回复: 操作: