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.
The given example registers files with the extension mp2
as MPEG files.