Opening files in browser instead of downloading

后端 未结 4 1034
执念已碎
执念已碎 2020-12-16 14:37

I have a href link to a pdf file that when clicked on it downloads. I want this to just open in a new page instead of downloading.



        
4条回答
  •  春和景丽
    2020-12-16 15:02

    You can make the link open in a new window by adding target="_blank". The question if the PDF file is opened in the window or downloaded depends on the software the user has installed, i don't think it is possible to control that.

提交回复
热议问题