Opening files in browser instead of downloading

后端 未结 4 1032
执念已碎
执念已碎 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:28

    add target="_blank" to get a new window. adding .pdf may help. If you have control over the host web server adjusting the headers for the files in question will also help it open inline. I can tell you what headers to set if you are able too

提交回复
热议问题