I have a page that spawns a download

the code looks like this
<cfheader name="Content-Disposition" 
value="attachment;Filename=downloadzip.cfm?#getfile.Zipfile#.zip">
<CFCONTENT TYPE="application/zip" DELETEFILE="No" 
FILE="f:\webspace\creative-vision.co.z\#trim(getfile.Ziplocation)##trim(getfile.ZipFile)#"
 
RESET="Yes">

this works in that the file gets called and a download occurs
however the extention gets lost 
so I get a file called

 CA98XC.

and not myfile.zip

anyone know why?

thanks
 Matt

Reply via email to