You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by SPietsch <SP...@gmx.net> on 2001/04/19 21:22:14 UTC

Re[2]: Handling File Upload Failures

Hi,

Michael> I just added two new exceptions to be thrown when the content length or
Michael> maximum length is exceeded, they will be the root cause of the
Michael> ServletException thrown.  Is this good enough to be able to elegantly handle
Michael> the problem for you?

the new code is working well for me now.

But  one  question I still have is where would I catch the post to big
exeption?
Is there an elegant way in struts to do it?

Soeren