Support BMP format uploads

This commit is contained in:
Ruin0x11
2021-05-09 01:29:36 -07:00
parent ca77149597
commit a2b68925ac
7 changed files with 20 additions and 0 deletions

View File

@ -36,6 +36,7 @@
'image/jpeg': 'JPEG',
'image/png': 'PNG',
'image/webp': 'WEBP',
'image/bmp': 'BMP',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',
'application/x-shockwave-flash': 'SWF',

View File

@ -9,6 +9,7 @@
'image/jpeg': 'JPEG',
'image/png': 'PNG',
'image/webp': 'WEBP',
'image/bmp': 'BMP',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',
'application/x-shockwave-flash': 'SWF',