Hi there, I'm using the following code to generate an automatic download:
<cfheader name="Content-Disposition" value="inline; filename=#varfile#"> <cfcontent type="application/unknown" file="#varPath#\#varfile#" deletefile="No"> Question is, how do you generate a redirection after issuing the above code, so that you display a "thank you" page? A cflocation after cfcontent doesn't do it... Any ideas? Thanks for your feedback! Cheers, Martin ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

