1 Reply Latest reply on Jul 25, 2006 6:12 PM by nepoez79

    PLEASE HELP: maxFileSize in web.xml is useless

      I have setup the config in the web.xml specifying maxFileSize as 500m for MyFacesExtnsionFilter but when ever I upload a big file < maxFileSize

      I get this error:

      14:56:56,597 INFO [MultipartRequestWrapper] user tried to upload a file that exceeded file-size limitations.
      org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because it's size exceeds allowed range
      at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:317)


      If anyone knows what other settings I should look at please let me know.

      Thanks!