Force to open “Save As…” popup open at text link click for PDF in HTML

后端 未结 18 1355
無奈伤痛
無奈伤痛 2020-11-22 10:28

I have some big size PDF catalogs at my website, and I need to link these as download. When I googled, I found such a thing noted below. It should open the \"Save As

18条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 11:24

    Try adding this line to your .htaccess file.

    AddType application/octet-stream .pdf

    I hope it'll work as it is browser independent.

提交回复
热议问题