3 Replies Latest reply on Oct 21, 2009 6:20 AM by karam

    richf:fileupload don't fired FileUploadListener

    karam

      Hi,
      ich have a Problem with rich:fileupload.

      Sometimes it doesn't start the FileUploadListener.

      Until i uploading something, the progress bar working right. I see on my Server that it put the file in my tmp folder.
      But at the End of the progress bar it doesn't end, so it doesn't call my FileUploadListener.
      Only i click after then the Stop Button, then it call my FileUploadListener.


      I Use:

      - richfaces 3.3.2
      - glassfish
      - myfaces






      
       <h:form id="test" >
       <rich:fileUpload
       ajaxSingle="true"
       autoclear="true"
       fileUploadListener="#{fileUploadBean.listener}"
       sizeErrorLabel="zu gross"
       listWidth="550"
       listHeight="650"
       disabled="false"
       maxFilesQuantity="15"
       id="upload"
       immediateUpload="false">
       </rich:fileUpload>
       </h:form>