[jQuery] Re: File Upload with Form Plugin

2008-06-13 Thread nenegoro
I have another. Form contains file upload form+text area. Submiting form do not send file to the server, it just sends file name.

[jQuery] Re: File Upload with Form Plugin

2008-06-04 Thread Mike Alsup
> You're right, it does, I changed the id for the submit button from > id="submit" to id="submit_button" and it works as intended. I wasn't aware > that 'submit' wasn't allowed; I did see the alert() about that in the source > code but it didn't actually trigger so I never got the error message, a

[jQuery] Re: File Upload with Form Plugin

2008-06-04 Thread Pascal Zajac
You're right, it does, I changed the id for the submit button from id="submit" to id="submit_button" and it works as intended. I wasn't aware that 'submit' wasn't allowed; I did see the alert() about that in the source code but it didn't actually trigger so I never got the error message, and didn

[jQuery] Re: File Upload with Form Plugin

2008-06-03 Thread Mike Alsup
> I'm using the Form Plugin to add AJAX functionality to forms on a system I'm > building. The plugin works perfectly with regular text forms, but when I try > to add file uploads to the mix, it dies with an error on line 209: > form.submit(); is not a function. Using breakpoints in Firebug I've >