Question
xls export is not working on https
I am useing
<cfheader name="Content-Disposition" value="attachment; filename=myfilename.xls">
<cfcontent type="application/vnd.msexcel" reset="no" >
to get a file in .XLS fromat.
This is working fine in DEV environment.
But on PROD which is secure one, uses SSL, and not working. A pop-up window comes and immediately closes and wont generate .xls file.
Please help
