The idea is never to give a Upload File to a view. That must
always work with a File Presenter providing overwrite methods
and specific views/partials.
ActionItem2373
class Html5VideoPlugin < Noosfero::Plugin
FilePresenter::Video
def self.plugin_name
"HTML5 Video"
end
def self.plugin_description
_("A plugin to enable the video suport, with auto conversion for the web.")
end
end