LarrySteele
Programmer
I've created a number of cfm pages that create .xls files using the cfcontent and cfheader tags. Right now I'm having difficulty troubleshooting a page generation problem as long as I do not include the aforementioned tags. As soon as I add the tags, I get a new blank page. No error, no data, no spreadsheet. I haven't a clue how to proceed troubleshooting this since there's nothing to see but a white page.
The tags that I'm using are:
[tt]<cfheader name="Content-Disposition" value="inline; filename=mgr_detail.xls">
<cfcontent type="application/msexcel">[/tt]
Any assistance on how to troubleshoot this would be most appreciated.
- Larry
The tags that I'm using are:
[tt]<cfheader name="Content-Disposition" value="inline; filename=mgr_detail.xls">
<cfcontent type="application/msexcel">[/tt]
Any assistance on how to troubleshoot this would be most appreciated.
- Larry