[jQuery] JQuery Form plugin
George,
Just set the 'enctype' attribute of the form as usual:
<form id='my_form' action='x.php' method='POST' enctype='multipart/form-data'>...</form>
$("#my_form").ajaxForm({"dataType": "...", "success": onFormSubmitSuccess});
Rob