Hi,
When send data (ajax post) to a server handler, an exception is thrown when data size is too large.
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.
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: