When uploading MS Office documents like docx, pptx, etc. The module reports that the file doesn't match the allowed extensions. This is because the finfo_file function would return something like: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'.
I'll include a patch to consider a good amount of cases (probably not all).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | microsoft_office_extensions-2953337-2.patch | 2.72 KB | fjgarlin |
Comments
Comment #2
fjgarlin commentedAttached patch.
Comment #4
Chetan Sharma commentedI have applied your patch & it is working correctly & changes are visible in next release.