<cfheader name="Refresh" VALUE="3;url=""> <cfheader name="Content-Disposition" value="attachment;filename=testx.zip">
<cfcontent type="application/binary" file="C:\download\testx.zip">
-Dain
Dave Francis wrote:
> Hi,
>
> In CF 5.0, to download a file to the user I have a page that
> consists only of
>
> <cfheader name="Content-Disposition" value="attachment;filename=testx.zip">
> <cfcontent type="application/binary" file="C:\download\testx.zip">
>
> which downloads very nicely. But now I'd like to present a "Thank
> you" page when download has finished (or even when it starts!). Can this
> be done?
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

