Skip to main content
Skip table of contents

Upload File Configuration

Partial Upload

Partial (blockwise) upload can be enabled by setting the configuration option ContentManager\PartialUpload to true.

Partial upload is required for uploading files which have a size greater 2 GB. Using partial uploads also improves fault-tolerance as a failed block can be retried.

Entries are created immediately (in state Recording) when using partial upload configuration instead of being created after the upload has finished.

Mapping File Extension to Classes

Following mapping is applied for deriving classes from File extensions.

File ExtensionDerived Class
  • JPG
  • PNG
  • GIF
  • BMP
  • TGA
Graphic
  • WAV
  • MP2
  • MP3
  • FLAC
  • BWF
  • MUS
  • AAC
  • M4A
Audio
  • MXF
  • MP4
  • MOV
Video
  • TXT
  • RTF
Text
  • ZIP
Zip-Archiv
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.