Copy link to clipboard
Copied
I'm trying to find recent tutorials for building a contact form using PHP that also has the ability to include attached files like docx or pdf when the user submits the contact form.
Thanks in advance for any assistance.
The PHPMailer library on GitHub can securely process mail with attachments and a good deal more.
https://github.com/PHPMailer/PHPMailer
Example Send File Upload
https://github.com/PHPMailer/PHPMailer/blob/master/examples/send_file_upload.phps
Copy link to clipboard
Copied
Are you utilizing a database or do you want one that attaches to an email?
Copy link to clipboard
Copied
Hi Ben,
Thanks for the reply. No, I'm not utilizing a database in that the attachment would be dropped in, I assume, a folder on our server for us to get access to in some manner. Hope that makes sense.
Copy link to clipboard
Copied
The PHPMailer library on GitHub can securely process mail with attachments and a good deal more.
https://github.com/PHPMailer/PHPMailer
Example Send File Upload
https://github.com/PHPMailer/PHPMailer/blob/master/examples/send_file_upload.phps
Copy link to clipboard
Copied
Thanks Nancy for the links. It's a great help.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more