we have the same issue, and always end up writing the file then providing a download link for https sites. if anyone has a better solution I'm keen to hear it.
On 3/15/06, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > Ricki Stern wrote: > > > > We are running CF5 on Win 2k (IIS) and we recently noticed a problem. We > > have some apps that push out files to the web browser. The lines of code > we > > use to do this are something like > > > > <CFHEADER NAME="content-disposition" VALUE="inline;filename=report.csv"> > > <CFCONTENT TYPE="application/unknown" FILE="#TheReportPath#" > DELETEFILE="NO" > > RESET="NO"> > > > > We have found that for text files this works fine when the application > is > > being accessed through http. However, if we use https to access the > > application we get an error that the file could not be downloaded > because IE > > was unable to open the internet site. > > Does it work from Firefox? Can you replicate the problem from > telnet (use -z ssl for the encryption)? > > Jochem > -- Mike T Blog http://www.socialpoints.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235492 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

