php readfile download ダウンロードが表示されます 1kb
header("Content-type: application/$kind");
header("Content-Disposition:attachment; filename=$filename");
readfile($requireurl);
上記のコードを使用してダウンロードしたファイルがすべて 1kb であるのはなぜですか?
allow_url_fopen = オンが設定されています
-----解決策---------