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?