Bug #4303
closedDownload von doc/docx-Dateien
0%
Description
Bei einem Download vom Typ _file wird dem Dateinamen der mime-Typ angehängt. Aus der Doku:
Für doc/docx variiert das Resultat je nach Browser:If the mime type is different from the exportFilename extension, then the mime type extension will be added to exportFilename. This guarantees that a filemanager will open the file with the correct application.
- Edge
- name.rtf bleibt name.rtf
- name.doc wird name.doc.doc
- name.docx wird name.docx.vnd.openxmlformats-officedocument.wordprocessingml.docx
- Chrome (Dateierweiterung falsch, Datei wird von Windows nicht erkannt)
- name.rtf bleibt name.rtf
- name.doc wird name.doc.msword
- name.docx wird name.docx.vnd.openxmlformats-officedocument.wordprocessingml.document
- Firefox
- name.rtf wird name
- name.doc wird name
- name.docx wird name
- Alle drei Dokument-Typen wurden mit MS Word 2013 erstellt
- Von den Browsern wurden nur die aktuellsten Windows-Versionen getestet
Related issues
Updated by Elias Villiger over 6 years ago
- Description updated (diff)
- Assignee set to Carsten Rose
Updated by Carsten Rose about 6 years ago
- Target version changed from next9 to 0.23
Updated by Elias Villiger about 6 years ago
- Priority changed from Normal to High
Ev. auf geolean der Fall, nur weil file nicht installiert ist? (sudo apt-get install file)
Falls ja, file auch grad auf lean-gate noch installieren.
Updated by Elias Villiger about 6 years ago
- Related to Feature #4444: FE.type=upload: detect mime type added
Updated by Carsten Rose about 6 years ago
An `file` liegt es nicht - das ist/war auf lean und lean-gate installiert.
Updated by Carsten Rose about 6 years ago
- Target version changed from 0.23 to next7
Updated by Elias Villiger almost 6 years ago
Browser-Unterschiede sind inzwischen minimiert: Beispiel .docx:
Firefox: .docx.vnd.openxmlformats_officedocument.wordprocessingml.document
Chrome: .docx.vnd.openxmlformats_officedocument.wordprocessingml.document
Edge: .docx.vnd.openxmlformats_officedocument.wordprocessingml.docx
Updated by Elias Villiger almost 6 years ago
- Status changed from New to Closed
- Assignee changed from Carsten Rose to Elias Villiger
In Version 0.25.11. gefixt - Mime Type wird nicht mehr an Datei angehängt, weil vom Mime Type nicht direkt auf File Extension geschlossen werden kann.
Updated by Carsten Rose over 5 years ago
- Target version changed from next7 to 0.25.6