Ms7 Search
Google 搜尋 翻譯
calendar
« 九月 2024 »
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
近期文章
文章分類
網站連結
Syndicate

« | »

PHP utf-8 用 header 檔案下載 word error

2013-03-08 @ 23:30 in 學校網頁

以前在 big5 網頁用

header("Content-Type: application/force-download; name=\"".$file."\""); //==> 當你存檔的時候正確顯示你的檔名
header("Content-Disposition: attachment; filename=\"".$file."\""); //==> 當你存檔的時候正確顯示你的檔名
header("Content-Transfer-Encoding: binary");
readfile($df);

可以下載 word 或 pdf 的檔案

可是改成 utf-8  網頁時,下載 word 檔案就顯示無法啟動轉換程式,在網頁上找到有人說是 buffer 的問題,後來看到有人加入清 buffer 的函數,竟然就可以了,將指令修改如下

header("Content-Type: application/force-download; name=\"".$file."\""); //==> 當你存檔的時候正確顯示你的檔名
header("Content-Disposition: attachment; filename=\"".$file."\""); //==> 當你存檔的時候正確顯示你的檔名
header("Content-Transfer-Encoding: binary");
ob_clean();
flush();

readfile($df);

 

迴響

PHP utf-8 用 header 檔案下載 word error | 豬窩

Hey! This is my first comment here so I just wanted to give a quick
shout out and tell you I truly enjoy reading through your
articles. Can you suggest any other blogs/websites/forums that cover the same
topics? Thank you so much!

作者 https://tinyurl.com/rsacwgxy g @ 04:45, 2020-06-23

PHP utf-8 用 header 檔案下載 word error | 豬窩

Cbd oil that works 2020
Way cool! Some very valid points! I appreciate you penning this
article plus the rest of the website is really good. best rated
cbd oil http://j.mp/3drY6lE cbd oil that works 2020 http://j.mp/3drY6lE

作者 http://j.mp/3drY6lE @ 07:50, 2020-06-25

PHP utf-8 用 header 檔案下載 word error | 豬窩

Amazing! Its in fact awesome article, I have got much clear idea on the topic of from this paragraph.

作者 www.circumcisioncomplex.com @ 12:19, 2020-06-26

PHP utf-8 用 header 檔案下載 word error | 豬窩

You made some good points there. I checked on the
net to learn more about the issue and found most people
will go along with your views on this website.

作者 tinyurl.com @ 19:22, 2020-06-26

PHP utf-8 用 header 檔案下載 word error | 豬窩

I read this paragraph fully concerning the
resemblance of most recent and previous technologies, it's amazing article.

作者 http://forum.makeover-yo.org/ @ 21:10, 2020-06-26
發表迴響
 authimage