MAXFILEUPLOADSIZE
Specifies the maximum size, in kilobytes, of files that can be uploaded from the client to the server.
<init-param>
MAXFILEUPLOADSIZE
<param-name></param-name>
KiloBytes
<param-value></param-value>
</init-param>
Default if omitted: 64
Description
This can be used to protect the web server and the WRD against large uploads which would slow down the overall performance of a business-critical application.