RE: OT Forcing download after N seconds

2006-09-12 Thread Ben Nadel
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

Re: OT Forcing download after N seconds

2006-09-12 Thread Rick Root
Adrian Lynch wrote: 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

RE: OT Forcing download after N seconds

2006-09-12 Thread Adrian Lynch
Cheers all. Works well. Ade -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 15:33 To: CF-Talk Subject: Re: OT Forcing download after N seconds Adrian Lynch wrote: I've done the whole forcing a download a bunch of times before, but what I've never