Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
I just noticed a bug related to file extension when uploading pictures to the site. If you have named your file *.JPG the site complains about invalid file extension since it only knows *.jpg. Rena...
#2: Post edited
I just noticed a bug related to file extension when uploading pictures to the site. If you have named your file `*.JPG` the site complains about invalid file extension since it only knows `*.jpg`.- Very likely a classic Windows vs Linux bug. Linux is case-sensitive, Windows is not. And so various screenshot tools like to name image file extensions in upper case in Windows... just for the sake of it.
- I just noticed a bug related to file extension when uploading pictures to the site. If you have named your file `*.JPG` the site complains about invalid file extension since it only knows `*.jpg`. Renaming the image file to lower case solves the problem.
- Very likely a classic Windows vs Linux bug. Linux is case-sensitive, Windows is not. And so various screenshot tools like to name image file extensions in upper case in Windows... just for the sake of it.
#1: Initial revision
File extension bug when uploading pics
I just noticed a bug related to file extension when uploading pictures to the site. If you have named your file `*.JPG` the site complains about invalid file extension since it only knows `*.jpg`. Very likely a classic Windows vs Linux bug. Linux is case-sensitive, Windows is not. And so various screenshot tools like to name image file extensions in upper case in Windows... just for the sake of it.