[jQuery] Re: Problem with JQuery Form, file upload and success option

2008-10-01 Thread kojilab
My mistake. I was doing something wrong in the back end code and since I couldn't see the response, I thought it was the success option. On Oct 1, 11:31 am, kojilab <[EMAIL PROTECTED]> wrote: > Hi, > > The code in my success option does not execute when I have a simple >

[jQuery] Problem with JQuery Form, file upload and success option

2008-10-01 Thread kojilab
Hi, The code in my success option does not execute when I have a simple form with a file field. When I use a form without a form field, it works. Here's the code Choose your photo: Choose a .jpg, .png, or .gif file (1MB max file size) $(document).ready(function(){ $('#photo_u

[jQuery] Can't get upload to work with jquery.form.js

2008-09-20 Thread kojilab
Hi, I'm testing the form plugin and can't get the upload to work. It just submits the page. I really don't know what I'm doing wrong. Here's my code taken from the demo page. File: Return Type: html