I have an HTML form with the option to upload a file. I would like then to send that file as an attachment to the email address along with the rest of the form data.
$mail->addAttachment("uploads/".$file_name);
Just use above code before php mailer send function