mirror of https://gitlab.com/bashrc2/epicyon
jpg extension
parent
adae51b090
commit
109d184f54
|
@ -438,6 +438,7 @@ def saveMediaInFormPOST(mediaBytes,debug: bool, \
|
|||
# of an image
|
||||
extensionList= {
|
||||
'png': 'image/png',
|
||||
'jpg': 'image/jpeg',
|
||||
'jpeg': 'image/jpeg',
|
||||
'gif': 'image/gif',
|
||||
'webp': 'image/webp',
|
||||
|
|
Loading…
Reference in New Issue