When files with spaces in the names are downloaded, all characters after the first space are truncated (including file extensions).
| Comment | File | Size | Author |
|---|---|---|---|
| attachment_links-filename-with-space-bug-2.png | 63.39 KB | todd nienkerk | |
| attachment_links-filename-with-space-bug-1.png | 41.26 KB | todd nienkerk |
Comments
Comment #1
Anonymous (not verified) commentedThis issue only affected users of Firefox and not IE or WebKit based browsers (Chrome, Safari, Konqueror).
The filename is now quoted in the HTTP header. Double quotes in filenames are converted to single quotes as escaped quotes caused problems for every browser.
These changes are committed to the DRUPAL-6--1 branch in CVS.