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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235488
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to