In my Servlet I use the @MultiPartConfig
annotation in combination with the maxFileSize
attribute. This works as expected. The only issue I have is that I want to customize the Message (into Dutch). Is there a nice and clean way to achieve this?
My site is just a simple JSP.