0 Replies Latest reply on Sep 24, 2013 4:21 AM by newuser001

    rich:fileUpload allowFlash=“true” not supporting in FireFox and IE using RF 3

    newuser001
      <rich:fileUpload id="fileUploadId"
                  addControlLabel="Add"
                  allowFlash="true"
                  fileUploadListener="#{ManagedBean.validateAction}">
      <a4j:support event="onuploadcomplete"
                  action="#{ManagedBean.validateResult}"
                  reRender="validatePanelId"/>
      </rich:fileUpload>

       

      The above code will work fine in GoogleChrome. I am having Flash support. But in IE and FireFox the Add button is not enabled. After refreshing the address bar, it works. How to solve the problem.