<%= simple_form_for(@upload) do |f| %> <%= f.error_notification %>
<%= f.input :title %> <%= f.file_field :file %> <%= f.input :desciption %>
<%= f.button :submit %>
<% end %>