2 Replies Latest reply on May 20, 2011 10:10 AM by wkrifi

    RichFaces 4 Final : FileUpload Issue

    wkrifi

      Hi All,

      I'm using file upload component but the maxFilesQuantity property seem ignored. For example, when I set maxFilesQuantity="1" I can upload more than one file.

       

        <rich:fileUpload fileUploadListener="#{importFile.doUpload}"
                       maxFilesQuantity="#{fileUploadBean.uploadsAvailable}"
                       id="upload"
                       noDuplicate="true"
                       acceptedTypes="pdf,xls" allowFlash="true">
      
      

       

      In advance thx.