-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
30.0.1.Final
-
None
-
---
-
---
Hello !
I have migrated from WildFly 26 to Wildfly 30 !
I have a input in my JSF page!
In this input if i load 300kb inside (a JPG translated to base64) the POST doest work, in the control i get a NULL string...
If i load 1k, works perfectly! the SAME code.
I changed my standalone-full.xml to support max-post-size...
https-listener name="https" socket-binding="https" max-post-size="25485760" url-charset="ISO-8859-1" ssl-context="demoSSLContext" enable-http2="false"
But doest work
- duplicates
-
WFLY-18821 Wildfly 30: form with enctype="multipart/form-data" does not support large input data (16425 bytes)
- Closed