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! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-util-upload-FileUploadBase-fileSizeMax-tp4668001.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
