is it possible to both return a file for download and update a view from a controller method call?
or a workaround is needed, maybe using javascript (calling a refre
While it is not possible to return a FileResult alongside a ViewResult, you could use a meta refresh on the returned view to redirect to the file once the page loads.