Project

General

Profile

Actions

Bug #79252

closed

Epic #77909: Enhance EXT:form

Feature #77910: Introduce new form framework

EXT:form - wrong default MIME-Types

Added by BENCH Artwork over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
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']

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #80627: EXT:form - wrong default MIME-TypesClosedRalf Zimmermann2017-04-01

Actions
Actions

Also available in: Atom PDF