notes/pl/java/libfws/io/commons-http/commons-http.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

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>