RE: cfheader filename problem

2007-07-19 Thread Dave Francis
Duh! Thanks Ben. You know it's really Bobby's job to make me feel stupid :) -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:52 PM To: CF-Talk Subject: RE: cfheader filename problem Try wrapping the filename in sin

Re: cfheader filename problem

2007-07-19 Thread James Holmes
Actually double quotes are ok too (probably preferable), as per the example in the spec: http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html You'd need to escape the double quotes: ""some file.etx"" Some sort of quote is necessary in any case, as the spec states that a quoted string is expect

Re: cfheader filename problem

2007-07-18 Thread Randy Johnson
Dave, I am not totally sure here but I think replacing it with %20 would be the only way to keep it from truncating. I think the truncating is happening on the browser side. -Randy Dave Francis wrote: > Hi, > > I'm trying to download files with this: > > > > > > > > > >

RE: cfheader filename problem

2007-07-18 Thread Ben Nadel
Try wrapping the filename in single quotes: .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 1: