Possible Duplicate:
Attach File Through mailto URI
I have an HTML link like
<a href="mailto:someone@example.com?Subject=Hello">Send Mail</a>
I would like attach a file in the Mail Client when a User click the this link.
Is it possible in JavaScript or using jQuery, html5?
You can try MS ActiveX:
You can read more on this here – compose-and-send-e-mail-from-javascript-by-using-outlook