That's the idea, but you need to specify the file to download. I also
use attachment instead of inline:

<CFHEADER NAME="content-disposition" VALUE="attachment;
filename=#URL.File2Download#">
<cfcontent type="application/unknown"
file="#physicalPathToFilesFolder##URL.File2Download#">

> -----Original Message-----
> From: Adkins, Randy [mailto:[EMAIL PROTECTED]
> Sent: donderdag 10 juni 2004 15:48
> To: CF-Talk
> Subject: RE: Force Download?
>
> Try the following:
>
> <A HREF="" DOWNLOAD</A>
>
> On the File_Download.cfm page:
>
> <CFHEADER NAME="content-disposition" VALUE="inline;
> filename=#URL.File2Download#"> <cfcontent type="application/unknown">
>
>
>
> -----Original Message-----
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to