Ruby on Rails
Thursday, January 2, 2014
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment