[jQuery] jquery Form enctype="multipart/form-data" problem

[jQuery] jquery Form enctype="multipart/form-data" problem


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?