Lowercasing filenames #19234
Unanswered
darrylhein
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Our clients upload files with all manner of filenames so it'd be nice to have them cleaned up a bit more. We have the
convertFilenamesToAsciioption enabled, which helps, but we'd also like to have them lowercased. This especially helpful if using a case sensitive fs or web server.I'd be happy to take a crack at a PR.
It seems like it'd be an additional option on #
cms/src/helpers/FileHelper.php
Lines 201 to 291 in d4c5f81
All reactions