While transferring a site from Windows to Linux (hooray!), I came across an uploaded file that couldn't be found by WebGUI. It turns out that the file was put into the wrong path due to coming from a non-case-sensitive OS. Before you guys close this out as a Windows bug, this isn't just a Windows issue as I'm pretty sure the Mac OS X is also non-case-sensitive.
Here's the issue--
All works fine until this is put onto a linux server or other case-sensitive OS.
William
----Knowmad Technologieshttp://www.knowmad.com
There is a switch in the config file (caseInsensitiveOS) to use a different format for the uploads directories that will avoid this problem.
It wouldn't be especially difficult to write a script that would search through the uploads directories and move each into their appropriate parent directories.
If you wrote such a script, be sure to post it in the contribs area.
I'll change the Windows WRE to include the config file switch.
Closing as fixed.