core icon indicating copy to clipboard operation
core copied to clipboard

Media should be able to reconize mime type and to assign filetype

Open gsouf opened this issue 8 years ago • 0 comments

Media interface should be able to do the following:

$media->getMimeType(); // image/png
$media->save('filename.%extension'); // filename.png

gsouf avatar Sep 17 '16 10:09 gsouf