次のようなエラーが発生しています
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);