Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created May 24, 2011 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/988614 to your computer and use it in GitHub Desktop.
Save BitPuffin/988614 to your computer and use it in GitHub Desktop.
<%= form_for @image, :html => {:multipart => true} do |f| %>
<%= f.error_messages %>
<%= f.file_field :image_file_name %>
<%= f.submit_tag "Upload!", :class => "button large" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment