I want to send a Canvas as a attchment to an email on the click of a button.
I converted the canvas to an image using
var image=canvas.toDataURL();
I would like to attach it in the email client like outlook, directly without prompting user about save location.
Pleased if anybody can help me out.