[jQuery] Re: Form Plugin: files not supported ?

2008-03-04 Thread debussy007
Thank you ! Indeed the submit button had has as name attribute "submit", what is wrong with that ? Since I renamed it, it works ! I have also a last related question, if you do not mind. I submit my form 11 times, once for the member registration data, then for each member's picture (10 in tot

[jQuery] Re: Form Plugin: files not supported ?

2008-03-04 Thread Mike Alsup
Do you have an input with the name "submit". Try renaming that element. Mike On Tue, Mar 4, 2008 at 7:30 AM, debussy007 <[EMAIL PROTECTED]> wrote: > > > I have the following error (on firebug console): > > line 304 > form.submit(); > form.submit is not a function > > The thrid parameter o

[jQuery] Re: Form Plugin: files not supported ?

2008-03-04 Thread debussy007
I have the following error (on firebug console): line 304 form.submit(); form.submit is not a function The thrid parameter of the error callback says "SyntaxError: syntax error" I can't see what I'm doing wrong, a submit without picture of the same form is working, but once I add a picture in

[jQuery] Re: Form Plugin: files not supported ?

2008-03-04 Thread Mike Alsup
Yes, they are supported. What kind of error are you getting? > I try to submit my form with the Form plugin using ajax, > > but it seems that when I add a file in the form, I get a JS error. > > Aren't files supported by the plugin ? > > Thank you for any info !