> That's what I'm saying -- I'm normalizing the case -- I'm explicitly setting > the image name to lcase(imagepathname) in the cfimage tag. If however -- and > this was definitely an edge case happening in testing -- there is an image > already at that path with the same name except for case, cfimage will not > change the filename to the explicit lcase version specified in the tag. > > Certainly, I wish I always had control over how and when platform decisions > were made. Unfortunately, that's not real world. I am, however, very aware > that there is the potential for this image-stor to be moved at some point in > the future -- if we were to move to a CDN, for instance. The CDN we use for > other applications is definitely on a case-sensitive OS, so there you have > the scenario that concerns me. > > I've got the issue taken care of, in that there will not be any upper-case > filenames in the image-stor to start. But it was a problem I ran into, and > thought I'd get the feedback on what the behavior _should_ be, rather than > what it is.
Right. My point was that, on Windows, that's what the behavior should be. If you attempt a similar operation outside of CF, you'll get the same results - for example, if you copy one file over another from a command prompt, even if you specify the case of the file name in the copy operation that isn't preserved by Windows. And if you want to argue that the behavior should be something else, you'd have to take that up with Microsoft rather than Adobe, I guess. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:341033 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

