> I was wondering how people tended to tackle uploading content > with spaces in the filename, you cannot set the filename > property on the FileReference in Flex, so stripping the > spaces in the String using ActionScript is out. How about in > ColdFusion, what is the standard technique most of you peeps > use? Replace() or something else? Also, if this is happening > server side I want to ping back the new filename to Flex so > need a nice routine here, any suggestions or hints would be great.
Well, you don't really have to do anything. Just serve the files with the appropriate escape sequence, %20, in place of spaces. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5376 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
