loading table of contents...

7.14. Configuring MIME Types

When a blob is uploaded into a property field, CoreMedia Studio selects an appropriate MIME type based on the name of the uploaded file. For the most common file name extensions, a MIME type is already preconfigured. You may add further extensions as needed. If the extension is completely unknown, the MIME type suggested by the uploading browser will be used.

To add custom file name extensions, add a mapping from the file extension to the desired MIME type in the file WEB-INF/mime.properties of the Studio web application.

mp2=audio/x-mpeg

Example 7.58. Configuring MIME types


The given example registers files with the extension mp2 as MPEG files.