I am currently using FDF's to populate v5.0 PDF's. This works fine, the issue is that the browser (IE5, 5.5, 6) sees the downloaded result not as a .fdf, but as a .cfm, therefore it prompts the user with infamous "Open With" dialog, and the user has to know to select Acrord32.exe
Does anyone know how to rename the result, or a solution to using FDF's? Here is the code I am currently using: <!--- initialze variables that are defined in the fdf ---> <CFHEADER NAME="Content-Disposition" VALUE="filename=/pdf/#variables.cond_finance_name#.fdf"> <CFCONTENT TYPE="application/vnd.fdf"> <CFSETTING ENABLECFOUTPUTONLY="yes"> <CFINCLUDE TEMPLATE="/pdf/#variables.cond_finance_name#.fdf"> <CFABORT> Terry Fielder Network Engineer Great Gulf Homes / Ashton Woods Homes [EMAIL PROTECTED] - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: [EMAIL PROTECTED] To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
