Hi,

I have similar problem, but  when I'm trying to upload a file an error
occurs, saying:

"opts.success is not a function"

Code in java-script:

$('#testupload-form').ajaxForm({
          url: '/testupload',        
        success: function(data) {
            alert(data);            
        }                
    });

I've already try various variants, but nothing - always I get this error.
If i don't include a file the form submit seems to work fine.

My test page is here: http://viju.tvercity.net/testupload

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Form-Plugin-and-File-Uploads-%28form.submit%28%29-is-not-a-function%29-tf4008306s27240.html#a13572443
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to