/ Published in: Rails
URL: http://www.ruby-forum.com/topic/123062
Expand |
Embed | Plain Text
<!-- in new.html.erb --> <% form_for(@statset, :html => {:multipart => true}) do |f| %> <%= f.file_field :upload_file %> <% end %>
You need to login to post a comment.
