Thursday, March 16, 2017

Download file using jquery

Unfortunately it is not easy or straightforward to download a file using jquery. Either window.open or a hidden IFrame control has to be used to make this possible. And things get worse when we want to use POST instead of GET method in the request.

This jquery extension makes it very convenient to download files in such cases:

https://jqueryfiledownload.apphb.com/

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...