<struts>
<constant name="struts.multipart.maxSize" value="50000000" />
....
</struts>
Esto evita la excepción cuando se sobrepasa el límite por defecto.
"the request was rejected because its size exceeds the configured maximum"
<struts>
<constant name="struts.multipart.maxSize" value="50000000" />
....
</struts>
No hay comentarios:
Publicar un comentario