I am working on using a framework to send multipart form data containing files. both of them need different content-type. However deep in the library api, i observed that in each body part, along with my content-type, Content-Transfer-Encoding of binary is added.
Hence, i wonder what does it means ? What is the interplay between Content-Type and Content-Transfer-Encoding ?