Commit 296e49e5bb6c48cd8bdb91b1eca2b8fd561ad499
1 parent
9aa5d84d
Exists in
master
rm#6607: constante pour informer le volume max des fichiers input
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
ihm/app/Constants.js
@@ -16,6 +16,7 @@ Ext.define("treps.Constants", | @@ -16,6 +16,7 @@ Ext.define("treps.Constants", | ||
16 | WS_DOC : "resources/doc/CDPP-IF-32600-534-GFI_01_00.pdf", | 16 | WS_DOC : "resources/doc/CDPP-IF-32600-534-GFI_01_00.pdf", |
17 | 17 | ||
18 | DROP_MAX_FILESIZE : 2097152, | 18 | DROP_MAX_FILESIZE : 2097152, |
19 | + UPLD_MAX_FILESIZE : "100MB", | ||
19 | 20 | ||
20 | GRID_BUFF_PAGESIZE : 400, | 21 | GRID_BUFF_PAGESIZE : 400, |
21 | GRID_BUFF_LEADINGZONE : 800, | 22 | GRID_BUFF_LEADINGZONE : 800, |