diff --git a/content.py b/content.py index c44a75f59..0201db7d9 100644 --- a/content.py +++ b/content.py @@ -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',