Commit 296e49e5bb6c48cd8bdb91b1eca2b8fd561ad499

Authored by Laurent BEIGBEDER
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 16 WS_DOC : "resources/doc/CDPP-IF-32600-534-GFI_01_00.pdf",
17 17  
18 18 DROP_MAX_FILESIZE : 2097152,
  19 + UPLD_MAX_FILESIZE : "100MB",
19 20  
20 21 GRID_BUFF_PAGESIZE : 400,
21 22 GRID_BUFF_LEADINGZONE : 800,
... ...