OSDN Git Service

t#29400:itr3?
[pettanr/pettanr.git] / app / views / system_pictures / new.html.erb
1 <%= form_tag( {:controller => 'system_pictures',:action => "create"} , { :multipart => true }) do %>
2   <label for="file">File to Upload</label> <%= file_field_tag "system_picture[file]" %>
3   <%= submit_tag 'upload' -%>
4 <% end -%>