For example, if downloading a file `test document.txt`, the downloaded file will be named `test%20document.txt`. `%20` probably most common example but should consider all [URL encoding](https://www.w3schools.com/tags/ref_urlencode.ASP) that might creep in. `URLdecode()` seems to work