Not sure what the wicket default is but you may want to do in your application:
getApplicationSettings().setDefaultMaximumUploadSize(Bytes.megabytes(100)); On Tue, Jun 2, 2009 at 12:37 PM, Igor Vaynberg <[email protected]>wrote: > wicket file upload will do just fine. > > -igor > > On Tue, Jun 2, 2009 at 9:29 AM, tubin gen <[email protected]> wrote: > > I am using wicket file upload , In our application users want to upload > big > > files with the size of 50 MB+, Do I need any additional support of or > > wicket file upload allows this ? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
