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 Aug 12, 2020. It is now read-only.
When user upload a file with a blank space filename (ex: "my pic.jpg") the file is saved with underscores instead black spaces but the link is pointing to the original file name with blank space giving a 404 error
The text was updated successfully, but these errors were encountered:
I have just uploaded a "too simple" fix for this now. I wonder who is replacing the spaces with underscores in the first place. I want to use the same function when making the links in case that function does something more as well. I could not find it in the DefaultStorage class.
However, your specific problem should be OK in the newly pushed version.
When user upload a file with a blank space filename (ex: "my pic.jpg") the file is saved with underscores instead black spaces but the link is pointing to the original file name with blank space giving a 404 error
The text was updated successfully, but these errors were encountered: