歡迎來到小豬圈!

2009-04-08

強制下載及預設檔名 HTTP-Header: Content-Disposition

  • 加入 Content-Disposition 這項 header 即可。
  • <?php
    $filename = 'test.htm';
    header("Content-type: text/plain");
    header("Content-Disposition: attachment; filename=$filename");
    readfile($filename);
    ?>

No comments:

Post a Comment

Comment Form Message

標籤分類

Blog Archive

Labels

Google Analytics Tracking Code

About Me

My photo
Keelung, R.O.C, Taiwan
一個不學無術、混吃等死的傢伙…