Actions
Bug #79252
closedEpic #77909: Enhance EXT:form
Feature #77910: Introduce new form framework
EXT:form - wrong default MIME-Types
Start date:
2017-01-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The default MIME-Types for the upload field are wrong. .doc, .docx and .odt are not accepted.
allowedMimeTypes: ['application/doc', 'application/docx', 'application/odt', 'application/pdf']
should be something like
allowedMimeTypes: ['application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.oasis.opendocument.text', 'application/pdf']
Actions