HTTP Multipart
There are many HTTP Content-Type, see common list
For multipart type, there are also many subtypes.
multipart/form-data is the most popular:
- What does enctype=’multipart/form-data’ mean?
- How does HTTP file upload work?
- Use Firebug to look more detail in HTTP upload request
multipart/x-mixed-replace is for server push and streaming.