Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: encodes upload filename urls (#10048)
### What? Previously, upload files urls were not being encoded. ### Why? As a result, this could lead to discrepancies where upload filenames with spaces - the spaces would not be encoded as %20 in the URL. ### How? To address this issue, we simply need to encode the filename of the upload media. Fixes #9698
- Loading branch information