I have a jQuery modal UI basically blocks users from downloading a file. I use preventDefault to stop the download manager show up. But this kills the GET.
After the user clicks Agree, how can I request proceed download?
I’ve googled this and most of them are doing form submission.
Remember the URL of file and then set it to
window.locationwhen user will clickAgree.HTML:
JavaScript: