Posts by Alam Baier • 21 points
2 posts
-
0
votes1
answer24
viewsA: Angularjs download file from ASP.MVC5 passing parameters
After much research I found a way, this yes works 100%. Instead of using AJAX, which seems to have problems with blob, I used a call Xmlhttprequest. Note: Controller not changed. getExportExcel:…
-
2
votes1
answer24
viewsQ: Angularjs download file from ASP.MVC5 passing parameters
Situation: I have an ASP MVC5 API that generates an excel.xlsx and returns it in a Filecontentresult. All in memory, because I can’t save the file to the server disk.It works ok if I access the url…