Hi,
I am struck at  following error for uploading multiple files to s3. I am
Using paperclip and aws-sdk for upload and rails 3.2.13 and ruby 1.9
Paperclip::AdapterRegistry::NoHandlerError in #create

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.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAEGezZUTFW4xGptaB%3DL_V30%2BD2_SQzGLZbdxv7MxdJckAiGNgg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to