You can't use ajax to download files.
Either use
- Jquery ajax file download plugin http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/
- or generate the file on server side pass the url using ajax and
use
window.location="fileName"