we are using swfupload, which works pretty well. It allows you to show progress of each upload etc. We switched to this because the customer wanted a multi-select file dialog.
before that, we had rolled our own js solution, which allowed the user to pick one file at a time, but upload them all at once. basically, a normal file upload, with a 'add another file' link which dynamically built another file upload element in the dom. was pretty easy to set up actually. Cheers Simon On Fri, 15 May 2009 06:19:22 +0800, [email protected] <[email protected]> wrote: > > Been searching forever. I need to create a multiple file uploader. I > can do single files, but I want to do multiple. I think flash is my > only option. But my problem is I can't get flash to communicate. May > be something with the auth code, I've tried passing the auth code to > Flash and back to Rails in POST but no luck. > > Anyone know a good resource? I want to be able to understand what's > going on, and preferably build it myself (I've built it with AS3/PHP > before). > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

