B4J Question [SOLVED]jServer : How to set max form size

billzhan

Active Member
Licensed User
Longtime User
Hi,

When send data (ajax post) to a server handler, an exception is thrown when data size is too large.
B4X:
java.lang.IllegalStateException: Form too large 1519351>200000

Is there anyway to increase the max form size (for one or two server handlers)? I am using B4J 3.7/4.2
http://www.eclipse.org/jetty/documentation/current/setting-form-size.html

I am aware that ServletRequest.GetMultipartData can be used.
 
Last edited:
Top