Ajustando main.js
This commit is contained in:
parent
10b3ee26cf
commit
8f1207e989
1 changed files with 1 additions and 1 deletions
|
|
@ -1010,7 +1010,7 @@ function uploadFiles(folder, table, action, documents_categorys_id, indexing, fi
|
|||
let fileSize = Math.ceil(files[0].size/1024);
|
||||
|
||||
/** Tamanho máximo permitido */
|
||||
let filemax = 10240;// 5mb
|
||||
let filemax = 30720;// 5mb
|
||||
|
||||
/** Verifica se o arquivo esta dentro do tamanho permitido */
|
||||
if(fileSize <= filemax){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue