2022-05-23 分類: 網站建設
huge_document.pdf
huge_document.php
<?php
header("Content-disposition: attachment; filename=huge_document.pdf");
header("Content-type: application/pdf");
readfile("huge_document.pdf");
?>
8、PHP文件應如下所示:
<?php header("Content-disposition: attachment; filename=huge_document.pdf"); header("Content-type: application/pdf"); readfile("huge_document.pdf"); ?>
<a href="huge_document.php">Download my huge document (PDF)</a>
新聞名稱:網站建設中如何用PHP實現強制文件下載
網站路徑:http://m.newbst.com/news27/157177.html
成都網站建設公司_創新互聯,為您提供網站改版、網站制作、網站維護、定制開發、關鍵詞優化、ChatGPT
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯
猜你還喜歡下面的內容