PDA

View Full Version : CommonsMultipartResolver size?


RHA
May 5th, 2008, 03:18 PM
Hi!
I'm using the CommonsMultipartResolver with a maxUploadSize set at 1 MB,
but if i upload a file (eg 100mb) it uploads it all then i get the exception that the file is to big. Is there a way to get the exception directly if it has gone over 1MB when uploading?

//Robert