How can I display a progressbar while the server processes the return of a FileResult?
I tried to perform the operation with Ajax, but it is not possible to download a file via ajax without redirecting it (using window.location.href
) to the action that returns FileResult.