View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006217 | mantisbt | localization | public | 2005-09-05 03:33 | 2007-08-02 02:28 |
| Reporter | prima | Assigned To | vboctor | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.0rc1 | ||||
| Fixed in Version | 1.1.0a4 | ||||
| Summary | 0006217: [all lang] Wrong fIlename on download | ||||
| Description | While downloading project file with non-english name, it name interpret in browser default encoding and is unreadable. | ||||
| Additional Information | May be fixed with in line 90 file file_download.php | ||||
| Tags | No tags attached. | ||||
|
I have the same problem. Mantis : 1.0.7 I tried the fix from prima... but it doesn't work for me :-( Someone can help ? Thanks |
|
|
I have the same problem,too. I fixed with in line 86 file file_download.php Mantis : 1.1.0a3 if(preg_match( "/MSIE/", $_SERVER["HTTP_USER_AGENT"] )) { |
|
|
Did anyone got a chance to test James_Fu's fix? James_Fu, why do you only urlencode the file name in case of MSIE? Should we do it for all browsers? |
|
|
I test IE6 and FireFox. If I not fix it, only IE download filename is not correct. |
|