<%= form_tag '',:multipart => true,:action=>"post" do |f| %>

<%= file_field :design,:package_file %>

<%= submit_tag %> <% end %>