2 Replies Latest reply on Sep 14, 2010 7:38 AM by amoosa2011

    Getting error using rich:fileUpload

    amoosa2011

      Hi,

       

      I am using <rich:fileUpload> with allowFlash= true. Below is the code I used.

       

      <rich:fileUpload maxFilesQuantity="100" allowFlash="true" fileUploadListener="#{fileUploadBean.listener}"
             reRender="table" id="upload" 
             listHeight="65px" listWidth="400px"
             noDuplicate="true" immediate="true" ajaxSingle="true">

       

      In IE8, if I mark "Enable HTTP1.1. through proxy connections" in the IE settings, I am able to upload multiple files without any problem. However in IE6, when I try to upload files, I am getting a pop-up asking for username and password. Even if I enter the username and password, I am not able to upload file. The uploading progress bar goes on continuosly without any upload.

      Kindly help on the problem.