Do you have a sample page? It doesn't sound like you're missing anything. You don't even need the enctype, the form plugin will take care of that for you. What exactly do you mean by "won't submit?" Is there an error?
Mike On 6/4/07, 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?

