Replies: 1 comment 1 reply
-
Spaces are fine at the OS level but because most of the files exposed to the web need to be linked the name is gonna be different due to the encoding. You can replicate it here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I just found out that the path filter, i.e.
Joomla\Filter\InputFilter::cleanPath()
, does not allow spaces. I wonder why, since spaces are perfectly valid in filenames in both Linux and Windows.Beta Was this translation helpful? Give feedback.
All reactions