On Mon, Jul 18, 2011 at 2:58 PM, Jim <[email protected]> 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 <[email protected]> wrote: > > On Thu, Jul 14, 2011 at 5:30 PM, Jim <[email protected]> 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 [email protected] > . > > > To unsubscribe from this group, send email to > > > [email protected]. > > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

