Hi all, i''m doing my first ruby on rails work. I have to build a photo selling site. A photographer login, upload his photos and sells it. the photo will be protected in some particular way (i will use tags for this task). My first problem is file upload. I want to let the user to be able to upload more photo at once (100-200). I see active upload, but it will upload many attachments to a model. My model is a photo, not a generic attachment. There is a solution other than active upload that i can use for my task? thanks in advance, nelson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> i''m doing my first ruby on rails work. I have to build a photo > selling site. A photographer login, upload his photos and sells it. > the photo will be protected in some particular way (i will use tags > for this task). > > My first problem is file upload. I want to let the user to be able to > upload more photo at once (100-200). I see active upload, but it will > upload many attachments to a model. My model is a photo, not a generic > attachment. There is a solution other than active upload that i can > use for my task?this may be useful... http://swfupload.mammon.se/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom wrote:>> i''m doing my first ruby on rails work. I have to build a photo >> selling site. A photographer login, upload his photos and sells it. >> the photo will be protected in some particular way (i will use tags >> for this task). >> >> My first problem is file upload. I want to let the user to be able to >> upload more photo at once (100-200). I see active upload, but it will >> upload many attachments to a model. My model is a photo, not a generic >> attachment. There is a solution other than active upload that i can >> use for my task? >> > > this may be useful... > > http://swfupload.mammon.se/ > >Actually, just from a design perspective (and my using of photo sites), I would strongly recommend one of 3 things for this: 1. Either allow the photographer to upload a zip file with all the pictures in it 2. FTP access 3. Or give him a program (like Picasa) that uploads the pictures in the background from his computer Just navigating and selecting 100 ~ 200 pictures to upload them is a real pain! Cheers, Mohit. 11/2/2007 | 11:47 AM. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---