Download file not working on internet explorer 6 (only for certain people)
问题 I am working on an ASP.NET MVC3 webapplication. I have a button "Download" that downloads a file from the server. <input type="button" onclick="window.location.href='@Url.Action("DownloadFile", "Home")';" value="Download"/> In the HomeController I call the Action "DownloadFile" that returns the file return File(fileToReturn, Path.GetFileName(fileToReturn)); This is working normally on all browsers. however some people report that the download does not work on Internet Explorer 6. I installed