Checkout the setMaxSize method in the FileUploadBase class. See the javadoc here http://jakarta.apache.org/commons/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setSizeMax(long)
On 13/01/06, Jimmi Dyson <[EMAIL PROTECTED]> wrote: > > Does anyone know how to change the maximum file size that can be > uploaded? > > Can't see any way to do it. Seems that 10MB is hardcoded into > org.apache.tapestry.multipart.MultipartDecoderImpl. > > Any ideas? > > Thanks very much. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
