[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(); $(this).aja

[jQuery] ajaxForm File Upload Issue

2009-03-19 Thread Pascal Zajac
Hi guys (and probably Mike directly given how quickly he answers these), I've been a long time user of the ajaxForm plugin but as of right now I cannot get file uploads happening. It's the same story you can read on here a tonne of times - the form submits fine over POST as AJAX but as soon as yo

[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] File Upload with Form Plugin

2008-06-03 Thread Pascal Zajac
in question for debugging as required. Thanks in advance, Pascal Zajac. -- View this message in context: http://www.nabble.com/File-Upload-with-Form-Plugin-tp17637445s27240p17637445.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.