Attachment is showing as part of body when uploads from Internet Explorer 10 or 11. If same attachment is uploaded via older browsers, it appears as attachment in Incident snapshot.
Older browsers may have used "Content-Type: multipart/form-data" method, as result of which we received incident where attachment name is displayed as attachment instead of body. Where as the same upload via newer browsers, it instead uses method "Content-Type: application/x-www-form-urlencoded; charset=utf-8" which shows file name as body instead of attachment in incident.
==================++++++++++++++++++++++++======================
Content-Type: multipart/form-data; boundary=---------------------------7df7929160242
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Host: mail.naver.com
==================++++++++++++++++++++++++======================
By default DLP Network Monitor and Web Prevent support multipart/form-data method for attachment. For any different method like application/x-www-form-urlencoded we need to modify NonMultipartAttachment.config file.