Hi Wicket users,
I am trying to check size of a single file in a multi file upload POST
request. It seems there is a parameter for this in "FileUploadBase" class
called "fileSizeMax" which is used for checking length of an input stream
for a file during parsing request and writing files to disk temp. Is there
any way to propagate this parameter inside considering use of default
"MultipartServletWebRequestImpl" ?
I am using wicket 6.11.0
Thanks, best regards!
I am trying to check size of a single file in a multi file upload POST
request. It seems there is a parameter for this in "FileUploadBase" class
called "fileSizeMax" which is used for checking length of an input stream
for a file during parsing request and writing files to disk temp. Is there
any way to propagate this parameter inside considering use of default
"MultipartServletWebRequestImpl" ?
I am using wicket 6.11.0
Thanks, best regards!