Can anyone tell me how to send file in email as attachment ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone tell me how to send file in email as attachment ?

i have made form which has upload file option. I want to mail that.

19th Aug 2017, 12:19 PM
Mohit Mehta
Mohit Mehta - avatar
1 Answer
+ 4
<a href="mailto:ex@email.com"><a href="pdf file">Mail</a></a> Just use 2 block level <a> elements
19th Aug 2017, 12:41 PM
Iwan
Iwan - avatar