I have a page where a user can select some options on a form, the forms submit event posts this data to a PHP page through .AJAX and writes a file to a server, the PHP page then returns the file name and I use jquery.Download to prompt the user to save the file.
This works perfect in FF and Chrome, but I am receiving the dreaded yellow information bar in IE. To make matters worse, if my user selects "Download anyway" from the information bar, the page just refreshes without actually prompting the user to download the file.
I've done some searching on Stackoverflow and it doesn't appear this question has been answered.