3 Replies Latest reply on Apr 19, 2008 6:32 AM by panky_p

    rich file upload problem

    panky_p

      Hi,
      I am working on rich:fileUpload and I came across a problem
      that when maximum file count allowed for upload is reached and if we click on Clear All button the upload tool bar didnt display any thing its strange behavior.
      the code snippet i am trying is

      <rich:fileUpload
       addControlLabel="Select File"
       immediateUpload="true"
       uploadData="#{fileBean.data}"
       fileUploadListener="#{fileBean.listener}"
       listWidth="#{fileBean.width}"
       listHeight="#{fileBean.height}"
       maxFilesQuantity="#{fileBean.maxFiles}"
       acceptedTypes="#{fileBean.fileTypes}">
       <f:facet name="label">
       <h:outputText value="{_KB}KB from {KB}KB uploaded --- {mm}:{ss}"></h:outputText>
       </f:facet>
      </rich:fileUpload>


      I am using rich faces 3.2.0 snapshot.

      why is it so???
      Is there any work around for this???

      thanks
      Panky_p