Am dowloading a file using JQUERY MVC. User clicks on button and am downloading the File looks as simple as it is.
My Jquery Event
$
The way that the user interacts with file downloads should be left up to the browser.
In your example, your UI will tell them that the file is downloading, when in fact the browser will do the same thing.
You should simply use an anchor with the href set to the download location:
Download