Re: [Rails] multiple image upload

2013-07-11 Thread Walter Lee Davis
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. Thank you for a better question! Walter On Jul 11, 2013, at 6:36 AM, mack gille wrote: > hi..i need to upload multiple image upload at a time

[Rails] multiple image upload

2013-07-11 Thread mack gille
hi..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. thankyou

Re: [Rails] Multiple image upload

2013-03-21 Thread Dheeraj Kumar
Again, what's your question? You seem to have posted a question, described what you want, then also how you would solve it - by saving all images and then editing their content. I really don't see a topic for discussion here. -- Dheeraj Kumar On Thursday 21 March 2013 at 9:30 PM, avinash behe

Re: [Rails] Multiple image upload

2013-03-21 Thread avinash behera
I want to something like - http://blueimp.github.com/jQuery-File-Upload/ So first I just want to show images in the UI. Then I want to edit & update it into database. I was also thinking alternative as :- Save all the images into the model database. Then edit all its content. Ex -> Through fileupl

Re: [Rails] Multiple image upload

2013-03-21 Thread Walter Lee Davis
On Mar 20, 2013, at 9:04 AM, avinash behera wrote: > Upload is fine. > Suppose I am uploading five images, which I can do with file upload. > But I also need to upload those images to a specific category. I also need to > save Image name and which category(dropdown) it belongs into the db. > >

Re: [Rails] Multiple image upload

2013-03-21 Thread Thota praneeth
My Solution is : add category field in table at the time of uploading create a folder having name of category and store that image in the respective category For ex: if you are uploading image belongs to school_pics category create a folder school_pics and store the respective images in that fold

Re: [Rails] Multiple image upload

2013-03-21 Thread Colin Law
On 21 March 2013 10:38, avinash behera wrote: > Can anyone help me on this ? You still have not really explained the problem. Start with just one problem that you want to solve. Don't ask a general question, describe exactly what you want to do and what the problem is. Remember, start with just

Re: [Rails] Multiple image upload

2013-03-21 Thread avinash behera
Can anyone help me on this ? On Wed, Mar 20, 2013 at 6:34 PM, avinash behera wrote: > Upload is fine. > Suppose I am uploading five images, which I can do with file upload. > But I also need to upload those images to a specific category. I also need > to save Image name and which category(dropdow

Re: [Rails] Multiple image upload

2013-03-20 Thread avinash behera
Upload is fine. Suppose I am uploading five images, which I can do with file upload. But I also need to upload those images to a specific category. I also need to save Image name and which category(dropdown) it belongs into the db. Suppose I uploaded 2 images:- After clicking on submit, I will get

Re: [Rails] Multiple image upload

2013-03-20 Thread Colin Law
On 20 March 2013 05:08, Avi wrote: > Hello All, > > I have a requirement. > I am uploading multiple images from a folder. > After Submit, it should show all the images row-wise in the UI in the same > page as :- > Image Name : name.png > Image Name :

[Rails] Multiple image upload

2013-03-19 Thread Avi
Hello All, I have a requirement. I am uploading multiple images from a folder. After Submit, it should show all the images row-wise in the UI in the same page as :- Image Name : name.png Image Name : hello.png etc. How can I achieve this? Tha

[Rails] Multiple image upload

2009-02-21 Thread S Athreya
Hello all. I want to have a detailed note on implementing multiple image uploading in rails. Thanks in advance. Regards Athreya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post