<?
header("Content-type: octet/stream");
header("Content-Transfer-Encoding: Binary");
header("Content-disposition: attachment; filename=a.mp3");
readfile("http://adstorage.jamba.net/storage/view/325/0/fa/Fairytale.mp3");
?>
このコードは私のサーバーではうまく機能していますが、サーバーにアップロードするとlocalhost
表示されますFile not found