| Re: Image names with caps get stripped to lower before upload
No need for a ticket Brian. I just imported them from my photopost setup.
Strange this is, they retained the Caps in the names. even in the import.
After looking thru the bugs forums, I saw a fix for "Illegal characters in file names" by Reynaldo.
I applied it, then commented out this line - $filename = strtolower($filename);
BINGO !!!!! Images with Caps in their names upload no problem.
So, it must be something to do with that.
|