Bilder können nun hochgeladen werden

This commit is contained in:
holger.trampe 2020-02-25 17:46:55 +01:00
parent d422d4c5b9
commit 22d51758c4
1 changed files with 1 additions and 1 deletions

View File

@ -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){