Create a download link from a Blob URL

前端 未结 2 1666
一生所求
一生所求 2021-02-03 12:17

In a Google chrome extension I am working on, a file is downloaded from a server with an XMLHttpRequest. This file contains some binary data which are stored in an

2条回答
  •  猫巷女王i
    2021-02-03 12:56

    you can force an arbitrary filename by setting the "download" attribute of your anchor

    see: http://updates.html5rocks.com/2011/08/Downloading-resources-in-HTML5-a-download

提交回复
热议问题