Community
Participate
Working Groups
As Apache Commons Fileupload supports this, the Upload Widget should expose API to set the maximum allowed file size.
fixed in CVS Head. New API: // Set maximum file size to 50 kb upload.getConfiguration().setFileMaxSize(50*1024);