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
Note: This feature is a long-term addition, meaning it is not meant to be implemented soon.
Add percent encoding for filenames, as this is currently only handled by the URL display code, and the files are never actually renamed. i.e. if someone uploads a filename with Japanese characters, the URL will be percent-encoded, while the filename itself will remain original. This can cause issues with some browsers, and requires more characters to be considered "illegal characters".
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: