From 296e49e5bb6c48cd8bdb91b1eca2b8fd561ad499 Mon Sep 17 00:00:00 2001 From: Laurent BEIGBEDER Date: Thu, 31 Oct 2019 16:00:36 +0100 Subject: [PATCH] rm#6607: constante pour informer le volume max des fichiers input --- ihm/app/Constants.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/ihm/app/Constants.js b/ihm/app/Constants.js index 99db62b..87ec122 100644 --- a/ihm/app/Constants.js +++ b/ihm/app/Constants.js @@ -16,6 +16,7 @@ Ext.define("treps.Constants", WS_DOC : "resources/doc/CDPP-IF-32600-534-GFI_01_00.pdf", DROP_MAX_FILESIZE : 2097152, + UPLD_MAX_FILESIZE : "100MB", GRID_BUFF_PAGESIZE : 400, GRID_BUFF_LEADINGZONE : 800, -- libgit2 0.21.2