I managed to send emails with attachment via ASP.NET .
But if I would like to send email with attachment using only ajax and ashx handler ? How can I do?
My problem is the fact that uploading the file ( without using the ASP.NET UploadFile control ) as I can do it only in HTML or Ajax ?
Thank you!