How to make Safari and IE download image instead of opening in a new page?

后端 未结 4 1642
庸人自扰
庸人自扰 2020-12-31 02:52

In Firefox and Chrome this link property \"download=img.jpg\" works fine and shows the download window instead of a new tab or page.



        
4条回答
  •  隐瞒了意图╮
    2020-12-31 03:09

    navigator.msSaveBlob(blob, filename)
    

    https://msdn.microsoft.com/sv-se/library/windows/apps/hh772331

    Unfortunately I don't know a way to do it in Safari.

提交回复
热议问题