I have another. Form contains file upload form+text area. Submiting
form do not send file to the server, it just sends file name.
> 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
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
> 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
>
4 matches
Mail list logo