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

后端 未结 18 1362
無奈伤痛
無奈伤痛 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:09

    If you have a plugin within the browser which knows how to open a PDF file it will open directly. Like in case of images and HTML content.

    So the alternative approach is not to send your MIME type in the response. In this way the browser will never know which plugin should open it. Hence it will give you a Save/Open dialog box.

提交回复
热议问题