I am using cfcontent to display my file. I wanna force the use r to download the file as xls. But the file keeps opening up in the IE. In firefox it works fine.
Help?
here is the code
Thanks guys.
Help?
here is the code
Code:
<cfheader name="Content-Disposition" value="filename=test.xls">
<cfcontent type="application/msexcel">
then i have my querys and html
Thanks guys.