You can only send one set of headers so you can't send new headers after N
seconds. My best guess would be to just a META redirect to the file after N
seconds.

<meta http-equiv="Refresh" content="N;url=http://www.domain.com/file.ext";> 

Where "N" is the seconds.

.......................
Ben Nadel 
www.bennadel.com
Certified Advanced ColdFusion Developer

Need Help?
www.bennadel.com/ask-ben/


-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 12, 2006 10:17 AM
To: CF-Talk
Subject: OT Forcing download after N seconds

I've done the whole forcing a download a bunch of times before, but what
I've never done is force a download after N number of seconds.

Can anyone point me in the right direction with this. I thought maybe meta
refreshes or flushing the response to the browser and then changing the
headers and content type but it's not working.

Thanks.

Adrian Lynch
http://www.halestorm.co.uk/




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252839
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to