ASP.NET MVC: Returning large amounts of data from FileResult

后端 未结 3 988
执念已碎
执念已碎 2021-01-12 08:09

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

3条回答
  •  无人及你
    2021-01-12 08:21

    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

提交回复
热议问题