cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict file size for FileUpload element

Former Member
0 Kudos

Hi!

Is it possible to restrict maximum size of a file that can be uploaded via FileUpload element?

The restriction must apply before the file gets uploaded into application server memory.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

yes, it is possible to restrict the size for a file uploaded with FileUpload. Adjust parameter icm/HTTP/max_request_size_KB to a value you expect to be sufficient for your needs.

Best regards,

Andreas

Former Member
0 Kudos

Thanks Andreas

We,ll try this.