From 22d51758c40c4cbf377b89d488c39d95b14373a9 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Tue, 25 Feb 2020 17:46:55 +0100 Subject: [PATCH] =?UTF-8?q?Bilder=20k=C3=B6nnen=20nun=20hochgeladen=20werd?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/templates/cloud/cloud_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/templates/cloud/cloud_main.html b/cloud/templates/cloud/cloud_main.html index 0ee8057..635f397 100644 --- a/cloud/templates/cloud/cloud_main.html +++ b/cloud/templates/cloud/cloud_main.html @@ -516,7 +516,7 @@ $('.droppable_div').on('dragleave', function (e) { $("#{{parentid}}_div").removeClass('bg-secondary'); }); -allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*" +allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*, image/x-png, image/gif, image/jpg, image/jpeg, image/JPEG, image/JPG" function uploadAction(filetodo, parid){