Ya I tried that, but you get the literal %20 in the name...

Ben's surrounding with double quotes fixed firefox to have the proper name, but 
IE still replaces the blanks with underscores.

That is not too bad....  I would like IE to get the name absolutely right.



-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 24, 2007 5:40 PM
To: CF-Talk
Subject: Re: cfcontent

Use the URL encoding for a space [%20] perhaps?

<cfheader name="Content-Disposition" value="attachment; 
filename=test%201234.xml">

But spaces in file names should usually be avoided when possible in web 
applications.







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284476
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to