HTML5 File API downloading file from server and saving it in sandbox

前端 未结 3 1068
暖寄归人
暖寄归人 2020-12-02 05:15

I\'m trying to understand HTML5 API. I\'m designing the web application where the browser client need to download multiple files from server; user will perform something wit

3条回答
  •  佛祖请我去吃肉
    2020-12-02 05:54

    If you only support HTML5 browsers, there's a "download" attribute you can use. More details here : http://updates.html5rocks.com/2011/08/Downloading-resources-in-HTML5-a-download

提交回复
热议问题