So in my action result, I return a file, which is downloaded.
return File(directory + @"\Issues.zip", "appicaltion/zip", "IssueReports.zip");
As well as that, I would like to refresh my page (This will get rid of some objects on the screen. I would usually do that with
return RedirectToAction("Index");
But I can't return two things at once, can I. So if anybody could help out, that'd be great.
Thanks (: