一般來說,下載txt會直接打開,把下面的代碼放入到下載頁面中,就不會了!
//下載$filesize = filesize($file);Header('Pragma: public');Header('Last-Modified:'.gmdate('D, d M Y H:i:s') . ' GMT');Header('Cache-Control: no-store, no-cache, must-revalidate');Header('Cache-Control: pre-check=0, post-check=0, max-age=0');Header('Content-Transfer-Encoding: binary');Header('Content-Encoding: none');Header("Content-type: application/octet-stream");Header("Content-Disposition: attachment; filename=".$filename);Header('Content-length: '.$filesize);echo ReadFile($file);
新聞熱點
疑難解答