I am attaching file in html web app using following code but it is not working
<div class="email_pot">
<a href="mailto:[email protected]?subject=Enhanced Push-to-Talk&attachments=["js/data.js","js/data.js"]"></a>
</div>
For attach file i use following procedure as it is given below
{
"toEmail": "ToAddressEmail"
,"toName": "ToAddressName"
,"subject": "SubjectLine"
,"body":"BodyText"
,"bodyHtml":"HTML Body Text"
,"attachments":["AttachmentPath","
AttachmentPath"],"titleColour":"Hex Colour (i.e.FF0000)"
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…