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