You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
Choose a file with a name that ends in '.JPG' (note the uppercase)
Try to upload it
It yields an error about allowed extensions. However, .jpg is accepted. We should accept all upper-, lower- and mixed-case versions of extensions that we allow.
The text was updated successfully, but these errors were encountered:
with upper case versions, but that is rather ugly work-around and still does not work for mixed upper and lower case extensions (although rare).
We can also fix the issue in filebrowser-safe and submit a PR if it is not handled in time, and it is easy to fix (the comment 'Lower case is important' is a bit strange). Might be a nice way to give something back.
This was apparently fixed in a more recent version of filebrowser_safe: stephenmcd/filebrowser-safe@761421f. Let's upgrade and see whether the issue persists.
Steps to reproduce:
It yields an error about allowed extensions. However, .jpg is accepted. We should accept all upper-, lower- and mixed-case versions of extensions that we allow.
The text was updated successfully, but these errors were encountered: