Hi All,
I am trying to call a File ActionResult via jQuery
$.get("/Home/DownloadAction")
and I can see that the method is being called but no prompt to download the file (no errors either)? Can someone please explain? Because if I make it
Html.ActionLink("Download", "DownloadAction")
it works as expected.
Thanks, rodchar