I use CFcontent all the time and haven't had any problems for a long time. Recently I have been attempting to institute it as part of a fusebox site with frames to download some hidden files. When a user clicks the link that triggers the CFCONTENT download, for some reason, two files must be downloaded first, before the one that I am intending for them to download. One of them is the name of the file that creates the frames for the site and the other is a UUID that's part of the calling URL. The fuseaction that calls the file that contains CFcontent goes through the usual app_globals and index.cfm before it gets to the one that contains the code in question: <CFHEADER NAME="content-disposition" VALUE="attachment; filename=#get_this_private_file.file_filename#"> <CFCONTENT TYPE="unknown/unknown" FILE="D:\inetpub\client_private_files\7E3AB8B1-C972-11D4-89E80080C8355E94\#get_this_private_file.file_filename#" deletefile="NO"> I am on ColdFusion 4.5.1 Enterprise, Windows 2000. Thanks, Eron ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

