as for multiple file upload in form am using
<%= form_for (@model, :html => {:multipart => true }) do |f| %>
<%= f.file_field :attach, multiple: true, :name => 'candidate[attach]' %>
anyway single file is uploaded successfully to s3.