11 Replies Latest reply on Nov 16, 2008 11:44 PM by b_ravi_kiran

    file:upload allowFlash module doesn't work with IE

    lrmymycn

      hi all,

      Just as what i said in the subject. This is my code

      <rich:fileUpload id="infoPageImageUpload" immediateUpload="true"
      addControlLabel="#{refDataBO.messages[177].messageText}"
      acceptedTypes="jpg, gif"
      autoclear="true"
      fileUploadListener="#{uploadMB.uploadHelppointImage}"
      maxFilesQuantity="10"
      allowFlash="true"
      onadd="checkFileSize(event.memo.entries, '#{helpPointController.imageMaxSize}');"
      onupload="showWaitCursor();">
      <a4j:support event="onuploadcomplete"
      action="#{helpPointController.uploadWindowImage}"
      reRender="help-point-panel"
      oncomplete="hideWaitCursor();"/>
      </rich:fileUpload>

      It works fine in FF. However in both IE6 and IE7 it doesn't work and shows a "Get ADOBE FLASH PLAYER" logo. So how can I fix this problem? Apparently I have flash player installed.

      Cheers