[jQuery] Re: ajaxForm File Upload Issue

2009-03-19 Thread Mike Alsup
I'm using jQuery 1.3.2 and v2.24 of the form plugin, and I can provide access to the pages it's happening on if requested. Yes, that would be helpful. Otherwise I don't have any suggestions other than to set Firebug to 'break on all errors' and see if you hit an error.

[jQuery] Re: ajaxForm File Upload Issue

2009-03-19 Thread Muhammad Zaheer Asghar
http://lattestphones.blogspot.com/ http://latesttechnologyblog.blogspot.com/ http://home-safety-tips.blogspot.com/ On 3/19/09, Pascal Zajac eaglereloa...@gmail.com wrote: Hi guys (and probably Mike directly given how quickly he answers these), I've been a long time user of the ajaxForm

[jQuery] Re: ajaxForm File Upload Issue

2009-03-19 Thread Pascal Zajac
Hooray for spam? Anyway Mike and I managed to solve the bug in emails to each other, and I'm posting the conclusion here for future reference. The issue was that the form submit code was essentially this: $(form).submit(function(){ if (validate(this)) { displayLoading();