I can't figure out why creating a temp file would help me here. I can create the user's content. I can force a dload by usin this:
<cfset thisDate = DateFormat(Now(),"m-dd-yyyy")> <cfheader name="content-disposition" value="attachment;filename=CoreReport_#thisDate#.xls"> <cfcontent type="application/vnd.ms-excel"> <cfoutput>#SESSION.coreReport#</cfoutput> Why would I need to add the extra step of creating a file, when this does it? I WILL have multiple users hitting these same pages, but I'm using SESSION to hold the content, so each user's content should be unique to them. Can't think of any pitfalls here... Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283202 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

