Mvc download multpile files and return zipped file
I would advice to create a zip file to include both the files using Once zip file is created, return the newly created zip file to download. 18 Aug 2016 There are several ways to download multiple files in zip format but this Given below are the steps for downloading multiple files as a zipped file. Select “MVC Controller- Empty” and click Add. Name your controller and click OK again. return View();; }; public ActionResult Download() {; FileDownloads