I have a file browser application in MVC4 that allows you to download a selected file from a controller.
Currently, the FileResult returns the Stream of the file, al
Yes you can by using Web Api in order to stream the file, take a look at this article Dealing with large files in ASP.NET Web API