in the webassist/email/waue_sellform_1.php file I changed:
[code]$WA_MailObject = WAUE_AddAttachment($WA_MailObject,"".$WA_DFP_UploadStatus["WA_UploadResult2"]["serverDirectory"] ."".$WA_DFP_UploadStatus["WA_UploadResult2"]["serverFileName"]."");[code]
to:
[code]$WA_MailObject = WAUE_AddAttachment($WA_MailObject,"".$WA_DFP_UploadStatus["WA_UploadResult2"]["serverDirectory"] ."".$WA_DFP_UploadStatus["WA_UploadResult2"]["serverFileName"]."");
$WA_MailObject = WAUE_AddAttachment($WA_MailObject,"".$WA_DFP_UploadStatus["WA_UploadResult1"]["serverDirectory"] ."".$WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]."");[code]
on the sellform.php page, you had both uploads set to use the file file field, i edit that so one used the file filed and the other used the Contact_me_group_2_File field so that both images would be uploaded.