It didn't help. Didn't hurt either (once I took out the extra " after filename - only two were needed there *g*), but it didn't change the behavior in either IE or NS.
I tend to agree about the case where the user got the page source (and it was the html, not the CF - not THAT big of trouble. LOL) being user error. Anyway, thanks for trying. >Carol Chandler wrote: >> >> <CFHEADER NAME="Content-Disposition" VALUE="attachment; >> #variables.dl_zipname#"> > >Use: ><CFHEADER NAME="Content-Disposition" VALUE="attachment; >filename="""#variables.dl_zipname#"""> > > >> <CFCONTENT TYPE="application/x-zip-compressed" FILE="#zipname#" >> deletefile="Yes"> > >> In NS7, my testing has gotten the download dialog with the default filename >> being the pagename.cfm.zip. I would like to know how to change this, but >> it is acceptable. > >The code above should fix that. > > >> So, with this status, we went live on Tuesday. Since then, we have had >> 3300 downloads, including two complaints. The first got >> a file called pagename.cfm, but it was an actual zipfile and renaming it >> did the trick. She was using IE6. > >I am surprised it was only one complaint, considering the HTTP >spec says you need to use "filename" in the content-disposition >header. > > >> However, the second one attached the >> file that she downloaded, also using IE6, and it was the page source! > >If it was the HTML source, user error. If it was the CFML source, >you have bigger problems. > >Jochem > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

