Browser download complete event

后端 未结 6 1800
自闭症患者
自闭症患者 2020-12-15 21:33

We\'ve been looking for a while for an answer to this, but haven\'t found a solution.

We have a web server, which allows the user to download files (pdfs), which a

6条回答
  •  时光取名叫无心
    2020-12-15 22:23

    The browser natively does not handle this but you could use google gears to handle the download request (it would fire a success event when the download has been completed).

    http://code.google.com/apis/gears/api_httprequest.html

提交回复
热议问题