Opened 14 years ago
Closed 14 years ago
#1295 closed enhancement (fixed)
Downloading files with space characters in the filename will suggest only the first part until space as name
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.12 |
Component: | web | Version: | 2.11 |
Keywords: | Cc: |
Description
I am not sure if this is a BASE problem but it is annoying because, in many cases, the client computer does not know to handle the file when the extension is missing.
Can this be fixed in BASE? Sometimes simple enclosing of file names within "" resolves this type of issues.
Change History (4)
comment:1 Changed 14 years ago by
Version: | → 2.11 |
---|
comment:2 Changed 14 years ago by
Milestone: | → BASE 2.12 |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Priority: | major → minor |
Status: | new → assigned |
comment:3 Changed 14 years ago by
Quoting the file name seems to work well with FF3, but has no effect in IE7. But it seems like this is a known bug in IE7 and there is a workaround for it that is described here: http://support.microsoft.com/kb/952730
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It seems like browsers handle this differently. IE replaces the space with an underscore. Quoting the filename may work, but there are reports that it is not enough for all browsers. I guess we should simply test it with FF3 and IE7 since that is the only browsers we care about.
I also noted that BASE doesn't prevent a quote character in the filename. I think this we should make this a forbidden character as well. It is not allowed in Windows or Linux. I'll add this as a separate ticket.