> > 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> > > 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.
This isn't streamed content; it's no different than generating content from any other CF page. The only issue you might have is if your client expects your output to have the name of your CF file, when in fact you're giving it some other name via CFHEADER. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283206 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

