FileAttachment class set ContentType property to "binary/octet-stream" by default, while "binary" isn't one of the Initial Top-Level Media Types defined by RFC 2046.
It should be set to "application/octet-stream" instead.
Log in to post a comment.