Is there a way to stream a file using ASP.NET MVC FileContentResult within the browser with a specific name? …
asp.net-mvc fileresult filecontentresultThis might be a simple one but here goes: I'm implementing an excel downloadable report in my MVC3 application. I've …
c# asp.net-mvc fileresultI have a fileresult method in asp.net mvc4 that returns a report in an excel file. Now how can …
asp.net-mvc fileresultI have a method in my API that returns a HttpResponseMessage: [HttpGet, HoodPeekAuthFilter] public HttpResponseMessage GlobalOverview() { try { StatsRepo _statsRepo = new …
c# asp.net-mvc asp.net-web-api httpresponse fileresultI am trying to open an excel file on local disk in Excel using the FileResult object. When i click …
asp.net-mvc-4 file-io fileresultI have the following javascript code and controller action in my asp.net-mvc project: Javascript: $("#exportPPT").live('click', function (e) { …
jquery asp.net-mvc powerpoint fileresultThe following code is hopefully a correct way to return an image that exists on disk using ASP.NET MVC 3: …
c# asp.net-mvc-3 fileresult