I take that back. it's a problem even with the merb server.
Here is my form: http://pastie.org/296449 And when I add two jpg images here is what I see in the logger: http://pastie.org/296450 Here is the output with a jpg AND gif upload (it works): http://pastie.org/296451 Now here is the same gif and jpg, but their positions were swapped in the form: http://pastie.org/296452 You can see in that last one, the binary data gets pushed into the logger. This doesn't seem normal to me. Notice also that there is always a blank param: ""=>"" in the params hash. Hope this helps? Matt On Oct 20, 9:49 am, matt mitchell <[EMAIL PROTECTED]> wrote: > Yeah, I'm having this exact problem. It works great for me using the > merb server, but I deployed my app to an Apache/Passenger setup and > now multiple uploads don't work. The fields are all named differently > and like I said, it works wonderfully using the merb server. Any > progress on this alex3t? > > Matt > > On Oct 20, 2:43 am, alex3t <[EMAIL PROTECTED]> wrote: > > > Yes, names different > > > On Oct 20, 1:44 am, "Michael D'Auria" <[EMAIL PROTECTED]> > > wrote: > > > > Do both inputs share the same name? > > > > Michael > > > > On Sun, Oct 19, 2008 at 10:23 AM, alex3t <[EMAIL PROTECTED]> wrote: > > > > > Hello. > > > > I have form with two file fields, when I tried to submit form with two > > > > files where one or all is jpeg, I got only one(file in first input > > > > field), firebug show that browser sent two files but merb log show > > > > that server recieve only one.. With other files(gif, txt, pdf) no such > > > > problems. > > > > Merb version: 0.9.7 > > > > > Thanks > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
