DONT ADD ANYTHING HERE!
-
Multipurpose Internet Mail Extension
-
Indicates the nature and format of a document
Notes
-
type/subtype
-
type/subtype;parameter=value
;
-
type
is general category
-
subtype
is exact type of data
Example
text/html
Example
text/plain;charset=UTF-8
Example
video/mp4
Example
audio/mpeg // mp3
Example
image/png
Example
image/gif
Example
image/svg+xml
Example
video/quicktime //mov
Example
application/pdf
Example
application/msword // Word
Example
audio/x-wav // wav
Example
application/octet-stream // generic binary data
Example
<form action="http://localhost:8000/" method="post" enctype="multipart/form-data">
References