Duplicate filenames
-
When images are submitted, the filename is modified if the filename already exists.
However, it is a case sensitive comparison.
Could this be changed to a case in-sensitive comparison?Currently, if one entrant uploads ‘clouds.jpg’ and another uploads ‘Clouds.jpg’ (ie. upper case ‘C’) the filenames are treated as different.
This causes a problem when the files are downloaded to Windows, which is case in-sensitive.
I had to manually change filenames and the CSV files.Last year we had the problem occur twice. We had 9 competitions with a total of 1291 entries.
So, not a huge issue, but it would be good if it didn’t occur.I realize we could get around the issue by using Expressions. Eg [~UID]
- The topic ‘Duplicate filenames’ is closed to new replies.