Rick, >Thanks for the clarification... it good to know I can do that >even with 4.5... and reset=""... doesn't appear I can do that. >The only attributes I the 4.0 WACK are file, type, and deletefile. > >How necessary is the reset=true attribute? Is there a workaround?
The only thing the reset="true" does is clear the output stream. I use that to reduce whitespace output. You could control output just as easily with the <cfsettting enablecfoutputonly="true" /> setting. However, you should be able to just take the "reset" attribute out and run things as-is. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273636 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

