top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Multiple image upload using Rails

0 votes
284 views

I need to upload multiple image upload at a time in my application. I searched and got the carrierwave gem as a solution, but I find that only one image at a time.but i need to upload multiple images at a time using single the button uploadimage. How can I overcome this problem.

posted Jul 11, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Have you read this page yet: https://github.com/carrierwaveuploader/carrierwave/wiki
Toward the bottom of the page, there is a link that will help you.

answer Jul 11, 2013 by anonymous
Similar Questions
0 votes

I need to upload multiple images at a time. How can I upload let me know please.

0 votes

I need to upload files in my rails application.the type of the files should be pdf,xls,word.After that i need to download them from the view page.plz help me in this regard.

0 votes

Any problems sending a lot of emails with rails like this:

@members = Members.all
@members.each do |m|
 MemberMailer.message(@message, m).deliver
end
+1 vote

I am trying to compress the original image stored by paperclip using smusher on my local machine but I am getting this (getaddrinfo: Name or service not known (ypoweb-01.experf.gq1.yahoo.com:80).
I want to know the proper way of how to compress the paperclip original images using smusher or punypng or is there any other way to compress those images.

0 votes

What is the best method to manage image uploads in Rails? Is there a tool that allows auto-resizing upon image upload based on predefined dimensions? Moreover, is there any tool available that makes it possible to render / regenerate the same originally uploaded image using alternative view based styles, e.g. thumbs, 320x200 or 640x480 etc..?

...