There are some security settings that will prevent the client from receiving streamed content. Again, if you have control over your client's configuration, this may not be an issue for you.
Cheers, Kris > 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... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283205 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

