mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
Merge pull request #2400 from mandiant/web/filesize
bump upload size limit to 100MB from 10MB
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
mode="basic"
|
||||
name="model[]"
|
||||
accept=".json,.gz"
|
||||
:max-file-size="10000000"
|
||||
:max-file-size="100000000"
|
||||
:auto="true"
|
||||
:custom-upload="true"
|
||||
choose-label="Upload from local"
|
||||
|
||||
Reference in New Issue
Block a user