Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 797 Bytes

Readme.md

File metadata and controls

30 lines (20 loc) · 797 Bytes

TYPO3 Extension form_multiple_uploads

This extensions makes it possible to have a file upload with multiple files.

Usage

Install the extension and provide the multiple attribute in your form.yaml file:

  -
    properties:
      saveToFileMount: '1:/user_upload/'
      # important change start
      fluidAdditionalAttributes:
          multiple: multiple
      # important change end
      allowedMimeTypes:
        - video/mp4

Todo

Currently it is not possible to add the multiple files as attachement

Credits

This extension was created by Georg Ringer for Studio Mitte, Linz with ♥.

Find more TYPO3 extensions we have developed that provide additional features for TYPO3 sites.