That is a bug. The problem is that it is not technically a web2py bug but a limitation of jquery.submit. I think there is a jquery plugin to extend the jquery.submit functionality to multipart forms. If you find it and try it, let us know.
On Mar 24, 3:06 pm, Jose <[email protected]> wrote: > On 24 mar, 19:47, mdipierro <[email protected]> wrote: > > > It is a logical problem. The server action has not way to determine > > which of the three LOAD blocks is doing the submit. > > This can be solved but I suggest look for a better design that trying > > to create three identical forms. > > ok, I played a bit, just wanted to see if they could. > Anyway, with a single form that does not work, do not upload file: > > <h2>Form 1</h2> > {{=LOAD('default', 'form_doc', ajax=True, ajax_trap=True)}} > > Jose -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

