bigbadrob1 Posted May 12, 2003 Posted May 12, 2003 I need to get OSC To where is doesnt care if the image file is Upper Case or Lower case. Right now it is case sensitive. Any help would be appreicated.
Ajeh Posted May 12, 2003 Posted May 12, 2003 Take a simple 5 letter word Imagine trying to come up with all the possibile combinations of upper/lower case for that. It isn't going to happen. If it were you putting in a name any which way but the filename always being lower case that would be easy to do. But to do it the other way, would be impossible.
Tecumseh Posted May 12, 2003 Posted May 12, 2003 Well .. sounds like you are on Linux. Not sure if I can help you but I learned to keep all filename in lowercase. In the database, I would use the SQL to update all names of files (pic's) to lowercase ie: update products set products_image = lcase(products_image) I'm sure there's a way to set all filenames in the images directory to lowercase ... Later http://www.netfrog.ca Make it your next Internet hop!
Tecumseh Posted May 12, 2003 Posted May 12, 2003 Just a reminder! ... BACKUP your database first! http://www.netfrog.ca Make it your next Internet hop!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.