From 109d184f54092f2afd0990050fbc893ef7f410dd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 14 Nov 2019 14:03:01 +0000 Subject: [PATCH] jpg extension --- content.py | 1 + 1 file changed, 1 insertion(+) 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',