如何讓下載變成是另存檔案?
如何讓一個連接,好比連接到GIF或是JPG、PDF等,變成是存檔的對話框,而不是直接開啟?想這裡這樣:[url]http://newwww.itri.org.tw/declaration/detail.asp?RootNodeId=060&NodeId=064&NewsID=239[/url]
請高手幫忙! <?php
header ("Content-type: octet/stream");
header("Content-Disposition: filename=lan.zip");
echo file_get_contents("lan.zip");
?> ASP也是使用流进行推送。 有完整的範例供參考嗎?感謝了! 2楼已经写了示例了啊,就是用header
页:
[1]