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 #1

Updated by Ralf Zimmermann over 7 years ago

  • Assignee set to Ralf Zimmermann
Actions #2

Updated by Björn Jacob about 7 years ago

  • Parent task set to #77910
Actions #3

Updated by Gerrit Code Review about 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #4

Updated by Gerrit Code Review about 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #5

Updated by Ralf Zimmermann about 7 years ago

  • Subject changed from EXT:form wrong default MIME-Types to EXT:form - wrong default MIME-Types
Actions #6

Updated by Ralf Zimmermann about 7 years ago

  • Target version set to 8.6
Actions #7

Updated by Gerrit Code Review about 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #8

Updated by Gerrit Code Review about 7 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #9

Updated by Gerrit Code Review about 7 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #10

Updated by Gerrit Code Review about 7 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #11

Updated by Gerrit Code Review about 7 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #12

Updated by Gerrit Code Review about 7 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51457

Actions #13

Updated by Ralf Zimmermann about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #14

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF