Hi,

 

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.

 

 

 

Anyone know how we would be able to download these files with SSL encryption
turned on (HTTPS)

 

Thanks

Ricki



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235461
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