postMaxSize property
Maximum size of POST contents before it is rejected.
The number of raw bytes in the contents of the request.
Implementation
int postMaxSize = 10 * 1024 * 1024;
Maximum size of POST contents before it is rejected.
The number of raw bytes in the contents of the request.
int postMaxSize = 10 * 1024 * 1024;