I don't think he said it was not written, if I read it right he said it was written but in upper case.
This is where I will point out that ColdFusion leverages of Java libraries here, and as it is case sensitive one has to convert to a specific case to do a comparison to begin with and Adobe have done the convert to uppercase on everything when it comes to comparing if they are equal. So when it does this and finds the filename does exist, my bottom dollar tells me that it replaces that file with what it found. And because it was upper case then that is what gets written back, and I am sure that if you converted it to lower case or even mixed case you will find the same thing happen. Regards, Andrew Scott http://www.andyscott.id.au/ > -----Original Message----- > From: Matt Quackenbush [mailto:[email protected]] > Sent: Tuesday, 18 January 2011 7:39 AM > To: cf-talk > Subject: Re: CFIMAGE - case sensitivity on filename - CF9 vs CF9.01 > > > Oh. Yeah. What he said. :-) > > On Mon, Jan 17, 2011 at 2:30 PM, Robert Harrison wrote: > > > > > It's possible the file you were trying to overwrite had a file lock > > left on it from some other program that opened it (for example, an FTP > session). > > Nothing will overwrite a locked file. I've seen it happen on Windows > > machines now and again. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:340942 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

