[jQuery] Re: jquery file upload with form plugin

2008-09-04 Thread Giovanni Battista Lenoci
Pankaj ha scritto: Hi.. Trying to upload file with jquery form plugin , file was uploading but i was not getting json response still i have set frame parameter as true in ajax submit request options. please suggest Thanks in advance. Try posting some code :-)

[jQuery] jquery file upload with form plugin

2008-09-04 Thread Pankaj
Hi.. Trying to upload file with jquery form plugin , file was uploading but i was not getting json response still i have set frame parameter as true in ajax submit request options. please suggest Thanks in advance.

[jQuery] File Upload with Form Plugin

2008-06-03 Thread Pascal Zajac
Hi, 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 est