1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| {
| "image/jpeg": "jpg",
| "image/jpg": "jpg",
| "image/gif": "gif",
| "image/png": "png",
| "image/bmp": "bmp",
|
| "application/zip": "zip",
| "application/x-rar": "rar",
| "application/x-7z-compressed": "7z",
| "application/x-gzip": "gz",
| "application/x-tar": "tar",
|
| "application/pdf": "pdf",
|
| "application/msword": "doc",
| "application/vnd.ms-excel": "xls",
| "application/vnd.ms-powerpoint": "ppt",
| "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "docx",
| "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "xlsx",
| "application/vnd.openxmlformats-officedocument.presentationml.presentation": "pptx",
|
| "text/markdown": "md",
| "text/plain": "txt"
| }
|
|