As far as I remember, I've never had any problems with cfimage and rewriting the filename when there's a conflict and I only using Windows, both locally and on my server.
Rick -----Original Message----- From: Kris Jones [mailto:[email protected]] Sent: Monday, January 17, 2011 2:39 PM To: cf-talk Subject: Re: CFIMAGE - case sensitivity on filename - CF9 vs CF9.01 Figured out what the issue was here (was not related to difference in version). There was a file with the same name (but uppercase) already in the directory. The code specified to overwrite on name conflict. This environment is windows, so I guess CFImage doesn't actually rename the file on overwrite. Should this be the expected behavior? Just curious what others think. Cheers, Kris Wondering if anyone has run into this with CFImage under CF9. > > I'm writing a file on my local developer version 9.0. I am explicitly > writing the filename as lower-case doing a resize operation. > > In development environment, enterprise version 9.0.1, the file is always > written with uppercase filename (the extension is lowercase though.) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340939 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

