check if user accepted file download in javascript
Posted
by Andrew Chang
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Chang
Published on 2010-06-09T22:42:47Z
Indexed on
2010/06/09
22:52 UTC
Read the original article
Hit count: 360
How do I check if the user accepted a file download in javascript. Example: if the site pops up a download link, and the web browser asks the user to download the file, how do I determine on that page if the user accepted the download or not?
© Stack Overflow or respective owner