Use this to reset the form fields:
$('#form_id').each(function(){
this.reset();
});
Reference:
http://stackoverflow.com/questions/7769489/clear-file-input-field-using-jquery
$('#form_id').each(function(){
this.reset();
});
Reference:
http://stackoverflow.com/questions/7769489/clear-file-input-field-using-jquery