I''m looking for an alternative to Uploadify to provide the ability to allow the user to select multiple files to upload using the open file browser. I want to avoid having the user select each file individually as there could be over 20 files. The application needs to let the user upload a lot of files without making the user select each file individually. Unfortunately Uploadify hasn''t been uploaded since Nov ''10 and it doesn''t seem to play nice with Ubuntu. I''d appreciate any suggestions for alternative way for the user to select multiple files to upload. Thanks. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jul 14, 2011 at 5:30 PM, Jim <huang.jim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m looking for an alternative to Uploadify to provide the ability to > allow the user to select multiple files to upload using the open file > browser. I want to avoid having the user select each file > individually as there could be over 20 files. > > The application needs to let the user upload a lot of files without > making the user select each file individually. > >you might wanna look at https://github.com/valums/file-uploader> Unfortunately Uploadify hasn''t been uploaded since Nov ''10 and it > doesn''t seem to play nice with Ubuntu. > > I''d appreciate any suggestions for alternative way for the user to > select multiple files to upload. Thanks. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- ------------------------------------------------------------- visit my blog at http://jimlabs.heroku.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks. I''m testing it out now. Unfortunately passenger/nginx 3.0.2 seems to be throwing exceptions and returning 502 if the file is large, over 100KB. Hopefully a new version will resolve that. On Jul 14, 7:43 am, Jim Ruther Nill <jvn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Jul 14, 2011 at 5:30 PM, Jim <huang....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m looking for an alternative to Uploadify to provide the ability to > > allow the user to select multiple files to upload using the open file > > browser. I want to avoid having the user select each file > > individually as there could be over 20 files. > > > The application needs to let the user upload a lot of files without > > making the user select each file individually. > > you might wanna look athttps://github.com/valums/file-uploader > > > > > > > > > > > Unfortunately Uploadify hasn''t been uploaded since Nov ''10 and it > > doesn''t seem to play nice with Ubuntu. > > > I''d appreciate any suggestions for alternative way for the user to > > select multiple files to upload. Thanks. > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > ------------------------------------------------------------- > visit my blog athttp://jimlabs.heroku.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Mon, Jul 18, 2011 at 2:58 PM, Jim <huang.jim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks. I''m testing it out now. > > Unfortunately passenger/nginx 3.0.2 seems to be throwing exceptions > and returning 502 if the file is large, over 100KB. Hopefully a new > version will resolve that. > >100kb isn''t large. I don''t know what the default for nginx is but you can set the max file size accepted by nginx, ie client_max_body_size 4M, if you want to set the max to 4mb.> > On Jul 14, 7:43 am, Jim Ruther Nill <jvn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On Thu, Jul 14, 2011 at 5:30 PM, Jim <huang....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m looking for an alternative to Uploadify to provide the ability to > > > allow the user to select multiple files to upload using the open file > > > browser. I want to avoid having the user select each file > > > individually as there could be over 20 files. > > > > > The application needs to let the user upload a lot of files without > > > making the user select each file individually. > > > > you might wanna look athttps://github.com/valums/file-uploader > > > > > > > > > > > > > > > > > > > > > Unfortunately Uploadify hasn''t been uploaded since Nov ''10 and it > > > doesn''t seem to play nice with Ubuntu. > > > > > I''d appreciate any suggestions for alternative way for the user to > > > select multiple files to upload. Thanks. > > > > > -- > > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > > ------------------------------------------------------------- > > visit my blog athttp://jimlabs.heroku.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- ------------------------------------------------------------- visit my blog at http://jimlabs.heroku.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.