Re: [問題] [PHP] 供人下載檔案的連結
※ 引述《springgod (≡27149≡陳春神)》之銘言:
: 請問該怎麼做
: 例如 http://123.123.123.123/download.php?f=1234
: 然後就可以下載某個檔案(有可能是.zip .html 等各式的檔案)
: 而直接出現下載的視窗 而不是用ie 開起來
: 請問我該怎麼做@@
$name=basename($name);
$type=mime_content_type($file);
header("Content-type:".$type);
header("Content-Disposition: attachment; filename=".$name);
readfile($file);
就一定會出現下載的提示,
而且只能另存新檔.....
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.25.161
推
220.135.162.76 08/29, , 1F
220.135.162.76 08/29, 1F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章