Feature #163
Missing mime-types (unzip not working)
| Status: | Closed | Start date: | 06.07.2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Connector | |||
| Target version: | 2.0 |
Description
Take into account that .zip archive can be mime-type detected as application/x-zip and we should also consider is as unzipable.
Better solution I think is to convert x-zip to zip while mime-type detect.
Associated revisions
History
Updated by Troex Nevelin over 1 year ago
More mime-types mess here http://elrte.ru/redmine/boards/2/topics/594#message-625
Updated by Alexey Sukhotin about 1 year ago
- File elFinder.class.php.diff added
- File mime.types added
Here is php connector patch (for elFinder 1.1) which will extend mime-types for 'internal' detection method with mime-types described in mime.types file. Attached updated mime.types file (put it to connectors directory) - it was missed MS Office Open XML types. Also changed _mimetype function visibility to allow override it if needed (for example, Drupal has own mime-type detection function).
Updated by Troex Nevelin about 1 year ago
- Subject changed from unzip missing mime-type to Missing mime-types (unzip not working)
Updated by simon watts about 1 year ago
I cant seem to get this to work. Do you have copies of the elfinder class.
Updated by Troex Nevelin about 1 year ago
This is not yet fixed, you will have to wait for next release
Updated by Dmitry Levashov 12 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 99f7604c7e8504c40805d70e4b51098530902ec3.