
Even though some servers and some web browsers are able to skirt the issue, the fact remains that URLs are actually case-sensitive. This means that there is a difference between a file being called picture.jpg and picture.JPG.
For whatever reason, you may have some files with a mix of upper and lower-case characters, making for some challenges when you upload and share these files online. Overcoming this concern is the appropriately named Make Filename Lowercase.
This WordPress plug-in, which was built for WordPress 3.0.1+, does exactly what its name implies: it will automatically convert the filenames of all uploaded files so that they are entirely in lowercase. This includes not only the extension (like jpg), but also the filename itself.
This sounds remarkably simple, but it could help to reduce many of the headaches associated with maintaining media files through your WordPress-powered site. For more information, including the download link, head over to kliky.com.




