<%= form_tag('/paypal_csvs', :multipart => true) do |f| %>
<%= label_tag :file %> <%= file_field_tag :file %>
<%= submit_tag %>
<% end %>