私のウェブサイトhttp://usb-online.frのためにあなたの助けが必要です。これは php ファイル ホスト Web サイトで、ダウンロードの一部を次に示します。
header("Content-Type: $mime; name=\"$fichier\"");
header("Content-Transfer-Encoding: binary");
header("Content-Length: $taille");
header('Content-Description: Fichier hebergé par usb-online.fr');
header("Content-Disposition: attachment; filename=\"$fichier\"");
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');
ob_clean();
flush();
log_download($file,$infos['auteur'],$taille);
bunzip2($path);
この URL を試してみると:
http://usb-online.fr/file-download-822MjYzMg.html
ダウンロード ボックスが開いていて、画像が表示されていないことがわかります。しかし、ユーザーが<img src="http://usb-online.fr/file-download-822MjYzMg.html"/>
Webサイトで行うと、画像を表示でき、サーバーがビジーになります。これを許可したくないのですが、どうすればよいですか?
http://usb-online.fr/file-download-822MjYzMg.html