I should specify. I think the form is submitted, but returns nothing - no success anyway?
I usually can test this using a the GET method to see if the server is producing an error, but alas not with this multipart method. On Jun 4, 9:20 pm, juliandormon <[EMAIL PROTECTED]> wrote: > Hi All, > I have added enctype="multipart/form-data" and a file field to a form. > The form successful submits via jQuery Form's ajax method and the file > ends up on the server. > > The problem is, the form won't submit if no file has been added. What > am I missing?

