10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
|
|
||
|
<%= form_tag '',:multipart => true,:action=>"post" do |f| %>
|
||
|
|
||
|
<p>
|
||
|
<%= file_field :design,:package_file %>
|
||
|
</p>
|
||
|
<%= submit_tag %>
|
||
|
|
||
|
<% end %>
|