New Gallery

<%= error_messages_for :gallery %> <% form_for(@gallery, { :action => 'do_file_upload' }, :html => {:multipart => true}) do |f| %>

Title
<%= f.text_field :sTitle, :class=>"textbox" %>

Description
<%= f.text_area :tDescription, :class=>"textbox" %>

Type
<%= f.select :sType, :class => "textbox" %> <%= options_for_select ["Artwork", "Engineering"] %>

File Upload

<%= f.submit "Create" %>

<% end %> <%= link_to 'Back', :controller => 'gallery', :action => 'manage' %>