Actions
Feature #15790
closedUse the mime-types gem to get mime type for unknown extension
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Redmine::MimeType.of('402388.webm')
return nothing
According to lib/redmine/mime_type.rb, it's normal.
But, this mime type (ie, video/webm), like many others, exists, like for examples http://www.freeformatter.com/mime-types-list.html.
Actions