|
You could do something like this...
<!--- pass in file name from URL or load via ID
from database --->
<cffile action=""
file="#filePath##fileName#" variable="myfile" >
<cfheader name="Content-Type" type="bad/type"
>
<cfheader name="Content-Disposition"
value="attachment; fileName=#fileName#"
><cfoutput>#myfile#</cfoutput>
or maybe just
<cfcontent type="bad/type"
file="#filePath##myFile#" >
might do the job too...
Pat
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 |
- [cfaussie] Re: Image Download Pat Branley
- [cfaussie] Re: Image Download G A R Y C R O U C H [ A I T ]
- [cfaussie] Re: Image Download Armstrong Steven
