Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help Image Problem Upper Case and Lower Case?


bigbadrob1

Recommended Posts

Posted

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.

Posted

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.

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...