thanks Rainer. On Wed, Dec 16, 2009 at 2:23 PM, Rainer Schöpf <[email protected] > wrote:
> Hic Sac, > > > I am using lenya 1.2.5. > > > > I want to upload a pdf file through CMS but it is giving error: > > > > Multipart element 'HandbookNov09.pdf' is too large (365529 bytes) and > was > > discarded. > > > > Can anybody please tell me how to increase the allowed upload size in > CMS. > > This is a parameter of the web application, specified in the web.xml in the > WEB-INF directory. Look for something like > > <init-param> > <param-name>upload-max-size</param-name> > <param-value>102400</param-value> > </init-param> > > and increase the value as necessary. > > Rainer > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards Sachin Sharma
