core
core copied to clipboard
Media should be able to reconize mime type and to assign filetype
Media interface should be able to do the following:
$media->getMimeType(); // image/png
$media->save('filename.%extension'); // filename.png