misok <michal.kos...@...> writes:
> When I try to handle FileUploadLimitExceededException the user is not
> redirected to the error page until the file is not fully uploaded.

That's the way HTTP works. When sending data to server you are forming request, 
and after successfully recieving your data server responds.

The solution is to use flash or applet to upload files, that way you can force 
client side not to send too much data to server.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to