Prompt file download with XMLHttpRequest - Stack Overflow I'm aware that jQuery's ajax method cannot handle downloads, and I do not want to add a jQuery plugin to do this I want to know how to send POST data with XMLHttpRequest to download a file Here's