How to download a file after AJAX call – Jquery ajax
How can I automatically download a file after an AJAX call? Now my AJAX call is redirecting me to the resource, but not downloading the file. this is my AJAX call: $('.download').click(function (e) { e.preventDefault(); let videoId = $('#video').data('video-id'); $.ajax({…