[請益] 關於header的問題
就是關於利用header讓人下載的問題
我有寫了一段code 可以讓人下載我資料夾的wav檔
檔名也正確 可是檔案大小總是多了幾十kb
應該是多加了檔頭或檔尾 造成檔案沒辦法開啟
有沒有辦法讓PHP本身不去自動加檔頭或檔尾
code的部份
header('Content-Type: audio/x-wav');
header('Content-Disposition: attachment; filename='.$name_record[name]);
print file_get_contents($wave);
是上面這行code的問題嗎?...
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.129.19.117
推
04/09 20:38, , 1F
04/09 20:38, 1F
※ 編輯: toyhsu 來自: 140.129.19.117 (04/10 19:41)
→
04/10 21:58, , 2F
04/10 21:58, 2F
討論串 (同標題文章)
PHP 近期熱門文章
PTT數位生活區 即時熱門文章
6
14