Is there a method to automatically download a file upon receiving the AJAX response from a Post request?
I am unable to utilize window.open()
as I do not possess a valid URL.
Could Javascript or the Dojo toolkit be used to trigger the download of the file contained within the HTTP Response?