If that's the case, then you should split it up into multiple requests. I believe that you can only send back one response per request, so that is an inherent problem.
Perhaps you may try sending a request once the a valid file is selected in the file upload field. On Apr 7, 10:04 pm, Jack Bauer <[email protected]> wrote: > Hi Jaryl, thanks. > > That would work, but it has a slightly different behavior than what I'm > looking for. I want it to begin the upload of the multiple images, let's > say 3, and when one finishes being processed (resized, etc.) it's > inserted into the page and then the second image starts being processed > and inserted, then the third. Your solution would process all three and > after it finishes processing it'll dump all 3 of them out at essentially > the same time. > > It's a relatively unimportant difference, but I was wondering if there's > a way to pull that off. > -- > Posted viahttp://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 [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 -~----------~----~----~----~------~----~------~--~---

