
Jen2002
-
Posts
8 -
Joined
-
Last visited
Community Answers
-
Jen2002's post in File not uploaded using AddAttachment with PHPMailer was marked as the answer
Found out what was going wrong thanks to F12...Attachment [object] was always null so I added these two lines in my Ajax code:
processData: false, contentType: false,