2011/5/11 Grégory Joseph <[email protected]>: > > You're probably hitting the general upload limit; have a look at the > Multipart*Filter - the configuration depends on which impl you use (there are > 2 different onces, for licensing reason, iirc). It might also be limited by > your app server .. tbc.
What I find is that the underlying com.oreilly.servlet.MultipartRequest takes the max post size as an int in bytes, so that is 2147483647 bytes, which is about 2047 Mb. Aside from that in info.magnolia.cms.filters.CosMultipartRequestFilter the max upload file size is hardcoded to 2000000000 So that will firmly prevents uploading of large packages in magnolia. regards, Ernst > > hth, > > -g > > > On 11 May 2011, at 14:41, Ernst Bunders wrote: > >> hi >> >> I'm playing around with the packager module. I created a package with a >> bunch of images, that is 3.3 gig large. Creating and downloading the package >> is no problem. but when i upload it again, this fails. There is no feedback >> in the log. What i can think of is that the upload is rejected because of >> some upload file size limit. Or perhaps there is a bug in the packager >> module... >> >> Can anybody tell me anything about this? >> >> thanks, >> >> -- >> Ernst Bunders >> Ontwikkelaar VPRO > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > > -- Ernst Bunders Ontwikkelaar VPRO ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
