Increase dropzone upload file size limit to 2GB

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-14 18:10:33 -04:00
parent ab97c95bab
commit febc7cf4f7
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

@@ -106,6 +106,7 @@
dictFallbackText: messageFallbackText,
dictRemoveFile: messageRemoveFile,
dictResponseError: messageResponseError,
maxFilesize: 2048,
paramName: 'source-file',
previewTemplate: previewTemplate,
timeout: 1200000