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