Cfcontent in IE
Hi all,
This is my code to download an excel file.
<cfspreadsheet action="write" filename="#local.location#\#local.fileName#" query="local.qryResultset" overwrite="false" />
<cfheader name="Content-Disposition" value="inline; filename=#local.fileName#;" />
<cfcontent file="#local.location#\#local.fileName#" type="application/msexcel" reset="no" deletefile="yes" />
All my variables are passing fine. The process worked fine in firefox but in IE i have an issue (http or https), it shows an error at the time of saving the file:
LOCALNAME20150922153304.xls might have been moved or deleted.
It looks like IE is caching the name somewhere?
Any ideas?
We are using Coldfusion 10.
Best,
