2 Replies Latest reply on Apr 16, 2008 1:01 PM by ilya_shaikovsky

    rich:fileUpload not working on IE

    panky_p

      Hi,

      I am using richfaces 3.2.0 SNAPSHOT and i am facing problems on getting rich:fileUpload work on IE it works on Fire fox but on FF error console it shows some messages


      Warning: Unknown property 'FILTER'. Declaration dropped.
      Source File: http://localhost:8080/mytest/a4j_3_2_0-SNAPSHOTorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHblDspFQAFnAIX
      Line: 1

      Warning: Unknown property 'moz-opacity'. Declaration dropped.
      Source File: http://localhost:8080/mytest/a4j_3_2_0-SNAPSHOTorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHblDspFQAFnAIX
      Line: 1

      Warning: Unknown property 'text-color'. Declaration dropped.
      Source File: http://localhost:8080/mytest/a4j_3_2_0-SNAPSHOTorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHblDspFQAFnAIX
      Line: 1

      Warning: Expected ':' but found '.'. Declaration dropped.
      Source File: http://localhost:8080/mytest/a4j_3_2_0-SNAPSHOTorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAHblDspFQAFnAIX
      Line: 1



        • 1. Re: rich:fileUpload not working on IE
          panky_p

          my xhtml contains code for file upload is

          <rich:fileUpload id="upload1"
           addControlLabel="Add"
           clearAllControlLabel="Clear"
           immediateUpload="true"
           fileUploadListener="#{myFileUploadBean.listener}"
           uploadData="#{myFileUploadBean.data}"
           acceptedTypes="#{myFileUploadBean.fileTypes}"
           maxFilesQuantity="2"
           clearControlLabel=""
           stopEntryControlLabel=""
           listWidth="500" listHeight="200" required="true">
          </rich:fileUpload>
          


          Any help !!

          Thanks

          teenAge




          • 2. Re: rich:fileUpload not working on IE
            ilya_shaikovsky

            try to use 3.2.1 SR official release