#7225 closed enhancement (fixed)
Add more document file type extensions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Upload | Version: | 2.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Office 2007 introduced a bunch of new extensions and mime-types. So, anybody using WP on internal systems is having problems with users uploading files.
Patch attached for trunk with all those extensions.
Attachments (3)
Change History (14)
comment:2
Denis-de-Bernardy
— 4 years ago
- Component changed from General to Upload
- Owner anonymous deleted
isn't this fixed already? (see wp_file_types or whatever it's called, that contains the list of all mime types.)
comment:3
Otto42
— 4 years ago
No, it's not fixed. All those extensions are still unsupported. Rather annoying, actually.
comment:6
dd32
— 3 years ago
- Keywords has-patch added
- Version set to 2.6
attachment 7225.diff added
- Updated patch
- Based purely off Otto's list, I've not checked anything is right..
comment:8
hakre
— 3 years ago
- Summary changed from Add new Office document file type extensions to Add more document file type extensions
Next to the new office document file type extenstions I added flv to video ( Related: #11051 ) and Matroska Media Containers (mkv, mka).
comment:9
hakre
— 3 years ago
And: asc for ascii text (text was a bit alone). Additionally I formatted wp_ext2type to make it more readable (the lines are still a little long).
comment:10
azaozz
— 3 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:11
hakre
— 3 years ago
Related: Some changes left open for ogg/xiph.org in #11519.
Patch to add office 2007 extensions