<%= t('.new_upload') %>

<% form_for(@upload, :url => admin_uploads_path, :html => { :multipart => true }) do |form| %> <%= render "form", :form => form %>

<%= button t("create") %> or <%= link_to t("cancel"), "#", :id => "cancel_link" %>

<% end %>