3 Replies Latest reply on Sep 19, 2012 3:45 AM by snjv180

    RichFaces 4.2.0 FileUpload / Ajax max file size

    ionutvaidianu

      Hello,

       

      Is there a way to set the max allowed file size for uplaod (using ajax) in RichFaces 4.2.0?

      In the previous versions this could have been specified in web.xml, but in 4.2.0 the parameters in web.xml are no longer supported (actually the Filter class fron the Ajax support package no longer exists in 4.2.0), so I gues there must be another way to set them.

       

      I'm trying to make the uploader allow me to load large files (e.g. 20GB, tested and failing for a file of 9.7GB), but I can no longer find where the max allowed size for uploading a file is specified. Please not that I am using the <rich:fileUpload> component.

       

      Thanks!