> Hi,
> I have two servers, on one cfcontent acts as expected it
> browses the file
> I'm pushing. On the other it tries to download it as the
> .cfm page. Any
> clues as to why this would happen. I"m looking at all of
> the differences of
> the machines and can't find much.

Are you talking about just not passing the correct file name? ...

I've run into similar problems which I was under the impression was client
related rather than server, where a cfheader and cfcontent pair which work
properly on one browser don't on another... these days I'm using this:

<cfheader name="content-disposition" value="attachment;
filename=""#myfilename#""">

hth

Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to