[web2py] Re: problem with file upload in LOAD

2010-02-15 Thread mdipierro
right. I thought the jquery plugin fixed it. On Feb 15, 12:08 pm, selecta wrote: > aren't slices for things that work? this does not work, you may have > missed my third comment > anyway I got it to work with a different jquery plugin, and I will > post that as a slice > > On Feb 15, 4:21 pm, mdi

[web2py] Re: problem with file upload in LOAD

2010-02-15 Thread selecta
aren't slices for things that work? this does not work, you may have missed my third comment anyway I got it to work with a different jquery plugin, and I will post that as a slice On Feb 15, 4:21 pm, mdipierro wrote: > would you pst a web2pyslice about this? > > On Feb 15, 3:56 am, selecta wro

[web2py] Re: problem with file upload in LOAD

2010-02-15 Thread mdipierro
would you pst a web2pyslice about this? On Feb 15, 3:56 am, selecta wrote: > ok already fixed it by usinghttp://jquery.malsup.com/form/ > > in web2py_ajax.html at the top i added > response.files.insert(3,URL(r=request,c='static',f='jquery.form.js')) > > and replaced form.serialize() in web2py_tr

[web2py] Re: problem with file upload in LOAD

2010-02-15 Thread selecta
guess i should wait till i really tested it, file content is not submitted, just the file name :( On Feb 15, 10:56 am, selecta wrote: > ok already fixed it by usinghttp://jquery.malsup.com/form/ > > in web2py_ajax.html at the top i added > response.files.insert(3,URL(r=request,c='static',f='jquer

[web2py] Re: problem with file upload in LOAD

2010-02-15 Thread selecta
ok already fixed it by using http://jquery.malsup.com/form/ in web2py_ajax.html at the top i added response.files.insert(3,URL(r=request,c='static',f='jquery.form.js')) and replaced form.serialize() in web2py_trap_form with web2py_ajax_page('post',action,form.formSerialize(),target); maybe this