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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Athreya., For multiple image uploading rails is having a plugin so called :paperclip.. Use this plugin , u can implement multiple image uploading in rails. for this plugin visit the below link: http://github.com/thoughtbot/paperclip/tree/master And for implementation: Readme file in that plugin . For more info of implementation refer below link: http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/ Regards hafeez On Sat, Feb 21, 2009 at 5:03 PM, S Athreya <athreya.2031-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > 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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Athreya., For multiple image uploading rails is having a plugin so called :paperclip.. Use this plugin , u can implement multiple image uploading in rails. for this plugin visit the below link: http://github.com/thoughtbot/paperclip/tree/master And for implementation: Readme file in that plugin . For more info of implementation refer below link: http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/ Regards hafeez S Athreya wrote:> 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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
There''s also swfupload (google for the details), which has worked fine for me. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
And if you put both together you get this tutorial: http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails/ I have used this with just one image per. model and multiple images for a model (has_many) Works and looks great.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---