You have to edit the mm-forms.php in /plugins/mm-forms-community/
Comment out lines 2883 - 2884
copy('wp-content/plugins/mm-forms-community/upload/temp/'.$arr_value, 'wp-content/plugins/mm-forms-community/upload/form-upload/'.$arr_value);
unlink('wp-content/plugins/mm-forms-community/upload/temp/'.$arr_value);
To
//copy('wp-content/plugins/mm-forms-community/upload/temp/thumb_'.$arr_value, 'wp-content/plugins/mm-forms-community/upload/form-upload/thumb_'.$arr_value);
//unlink('wp-content/plugins/mm-forms-community/upload/temp/thumb_'.$arr_value);
It looks like they intended to comment out the code but didn't.