Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 html 网站。这里我需要写一个<a >标签来下载一个PDF文件。查看我的代码
<a >
<a href="brochure/brochure.pdf" target="_blank" ><img src="images/downloads.jpg" alt="Downloads" width="258" height="64" border="0" /></a>
但是当我点击下载按钮时,pdf文件将被打开。
我需要像往常一样显示具有保存和打开选项的对话框
请回复我...谢谢
您实际上需要强制下载 PDF 文件,尝试 Content-Type: application/download 并让我知道它是否有效