Skip to content
Snippets Groups Projects
Commit 137f2e89 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add application/zip (VPU/Apps/Signature#11)

parent 87713b67
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ function mimeTypesToAccept(mimeTypes) {
// need file extensions, this tries to add them for some..
let mapping = {
'application/pdf': ['.pdf'],
'application/zip': ['.zip'],
};
let accept = [];
mimeTypes.split(',').forEach((mime) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment