Just thought it would be good to keep additional jServer/Jetty/Web Server settings in one place.
I'll go first;
Set Max Post/Form Size (setMaxFormContentSize) (link)
I'll go first;
Set Max Post/Form Size (setMaxFormContentSize) (link)
B4X:
Dim jo As JavaObject = webserver
jo.GetFieldJO("context").RunMethod("setMaxFormContentSize", Array(10000000)) 'Size is in bytes, this example is 10mb
Last edited: