I'm using PHPMailer on a simple contact form, and to submit that form I'm using jQuery AJAX. The contact form works as expected along with AJAX, and now that everything is working I'm tackling this issue.
File attachments aren't included in the email sent by PHPMailer when submitting the form via AJAX.
How can I also send attachments when submitting the form with jQuery AJAX?