<%= error_messages_for :photo %> <% form_for(:photo, :url => :photos, :html => { :multipart => true }) do |f| -%>

<%= f.label :image_file %>:
<%= f.file_field :photo %>

<%= submit_tag 'Upload' %>

<% end -%>