我遇到了类似的错误
test(10)[1].csv file cannot be found at
C:\Documents and Settings\Ron\Local Settings\Temporary Internet Files\Content.IE5\PQ0STUVW
尝试使用以下代码导出 CSV 文件时。有人知道可能出了什么问题吗?此问题在 IE7 / Firefox 中不会发生,仅特定于 IE6。
response.setContentType("application/vnd.ms-excel");
response.setHeader("Content-Disposition", "attachment;filename=" + fileFullName);