From febc7cf4f78d3679333158f652695ef7bda5c542 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 14 May 2019 18:10:33 -0400 Subject: [PATCH] Increase dropzone upload file size limit to 2GB Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 +- docs/releases/3.2.rst | 1 + .../sources/templates/sources/upload_multiform_subtemplate.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c47324e0c2..d2fec5c6a9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -260,7 +260,7 @@ The .queues.py module is now loaded automatically. * Allow setting the Docker user UID and GUID. * Add task path validation. - +* Increase dropzone upload file size limit to 2GB. 3.1.11 (2019-04-XX) =================== diff --git a/docs/releases/3.2.rst b/docs/releases/3.2.rst index e2465bc391..cd4f7b090c 100644 --- a/docs/releases/3.2.rst +++ b/docs/releases/3.2.rst @@ -570,6 +570,7 @@ Other changes The .queues.py module is now loaded automatically. * Allow setting the Docker user UID and GUID. * Add task path validation. +* Increase dropzone upload file size limit to 2GB Removals diff --git a/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html b/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html index 542a83ca1b..573aeee391 100644 --- a/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html +++ b/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html @@ -106,6 +106,7 @@ dictFallbackText: messageFallbackText, dictRemoveFile: messageRemoveFile, dictResponseError: messageResponseError, + maxFilesize: 2048, paramName: 'source-file', previewTemplate: previewTemplate, timeout: 1200000