[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-09 Thread lordb
Yep this new version work perfectly thank's a lot malsup wrote: > > > Thanks for that info, lordb. I just checked in an update which I > think will fix the problem: > > http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js > > When you get a chance, let me know if it works

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread Mike Alsup
Thanks for that info, lordb. I just checked in an update which I think will fix the problem: http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js When you get a chance, let me know if it works for you. Mike My form is simplest as possible just the form tag which contain an

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread lordb
My form is simplest as possible just the form tag which contain an hidden field form the max file size and the file fild with name="fichier" With the modification proposed the fileupload seems to work, so I has send it here to help other people with the same problem. I tried to execute origina

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread Mike Alsup
Hi lordb, Does your form have an input element with the name "action"? That could be a problem. I'll see if I can find a generic solution for this situation. Other input names that will likely cause the file upload code to bork are "target" and "method", and of course there is a long list of