зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
8 строки
213 B
Plaintext
8 строки
213 B
Plaintext
web.xml:
|
|
<multipart-config>
|
|
<!-- 52MB max -->
|
|
<max-file-size>52428800</max-file-size>
|
|
<max-request-size>52428800</max-request-size>
|
|
<file-size-threshold>0</file-size-threshold>
|
|
</multipart-config>
|