Chinaunix
标题:
下载方式“另存为”
[打印本页]
作者:
Digico
时间:
2009-09-16 16:08
标题:
下载方式“另存为”
? #get.php
$get_url = urldecode($_GET
);
$file_name = basename($get_url);
header("Content-Transfer-Encoding: binary");
header('Content-Type: application/octetstream');
header('Content-Disposition: attachment; filename='.$file_name);
header("Connection: close");
readfile($get_url);
?>
下载资源如 .mp3,jpg
以直接点击就能“另存为”的方式
[url=http://a.lulu.com/common/get.php?url]
http://a.lulu.com/common/get.php?url
=
http://control.cublog.cn/images/top_left.gif
本文来自ChinaUnix博客,如果查看原文请点:
http://blog.chinaunix.net/u/1184/showart_2053854.html
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2