I have a Web API returns FileResult, Can some one help me how to download the file in the View of MVC.
I want to get that file from the Web API response.
I have a Web API returns FileResult, Can some one help me how to download the file in the View of MVC.
I want to get that file from the Web API response.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhuvanesh MohankumarPosted May 4, 2016, 7:14 AM
Hi Suthish,
we are getting the fileobject [FileResult from API] as return type, how to get that filed stored in the local desktop of user?
Suthish NairPosted May 4, 2016, 6:02 AM