[web2py] Re: upload and LOAD

2010-03-24 Thread Jose
On 24 mar, 20:17, mdipierro wrote: > 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. Maybe this [

[web2py] Re: upload and LOAD

2010-03-24 Thread mdipierro
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 wrote: > On 24 mar, 19:47, mdipi

[web2py] Re: upload and LOAD

2010-03-24 Thread Jose
On 24 mar, 19:47, mdipierro 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 wan

[web2py] Re: upload and LOAD

2010-03-24 Thread mdipierro
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. On Mar 24, 1:15 pm, Jose wrote: > Hello, > > why this not work? > > Model