JB Cameron wrote: > We are trying to figure out a way to right text files to a user's local hard > disk via a coldfusion page. Anyone have suggestions? Is this possible if the > user "trusts" our website. Thanks for the input. > Write vs right? :D
Can't be done, as far as I know, like the other fellow said - but the next best thing is to write the file out to your webserver's file system, then automatically kick over to a page that serves up said file as a download with <cfcontent>. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288490 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

