Hi,
One of our older sites has had a problem with images not showing in Internet Explorer 8 - the image is a background to a cell. It shows alright in earlier versions of IE but not 8. After much testing I found out that it was because of the () in the image filename which were put there when the customer uploaded a new image with the same filename as an existing image, the script (set to use a unique name) renamed the image to Sunset1(0).jpg and those brackets stopped the image from displaying as a background image in the stylesheet - if I remove the brackets the image shows up.
Is there anyway of removing the brackets which are added if the filename already exists during upload. This site is an old site and uses version 2.3.0. of Upload and Resize - I'd be happy if the new image was just named: Sunset10.jpg rather than Sunset1(0).jpg
Could you tell me the lines in the code that add the brackets and I can them remove them.
Thanks, Adrian |
|
|