New Photo
Direct upload from the browser<% if @unsigned %>. Unsigned upload using a preset<% end %>
You can also drag and drop an image file into the dashed area.
<%= form_for(@photo, :url => album_photos_path(@album)) do |f| %>
<%= f.label :title, "Title:" %>
<%= f.text_field :title %>
<%= f.label :image, "Image:" %>
<%= f.submit "Submit Photo" %>
<% if @error %><%= @error %><% end %>