Home > Configuration > Application Firewall > setappfwprofile_fileuploadmaxnum

setappfwprofile_fileuploadmaxnum

Use this method to set maximum allowed number of file uploads per form-submission request. The maximum setting (65535) allows an unlimited number of uploads.

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

fileuploadmaxnum

Maximum allowed number of file uploads per form-submission request. The maximum setting (65535) allows an unlimited number of uploads.
Default value = AS_DEFAULT_MAX_FILE_UPLOADS.
Maximum value = AS_MAX_INT_LEN.

Return Value

Returns simpleResult

See Also