- 
        1. Re: FileUpload in IE 6 with httpsartmooney Nov 4, 2008 9:47 AM (in response to artmooney)The file is transferred, but the error is displayed. 
- 
        2. Re: FileUpload in IE 6 with httpsartmooney Nov 4, 2008 10:20 AM (in response to artmooney)<rich:tab id="imports" label="TODO Anlegen" > 
 <a4j:form id="uploadForm">
 <rich:fileUpload id="uploadCtrl"
 binding="#{invoiceUpload.fileUploadUI}"
 fileUploadListener="#{invoiceUpload.fileUploadListener}"
 uploadData="#{invoiceUpload.uploadData}"
 maxFilesQuantity="3"
 immediateUpload="false"
 allowFlash="false" >
 <!-- <a4j:support event="onuploadcomplete" reRender="importControls" /> -->
 </rich:fileUpload>
 </a4j:form>
 <rich:spacer height="10px" />
 <a4j:form>
 <a4j:outputPanel id="importControls" layout="none">
 <a4j:commandButton id="importBtn" rendered="#{invoiceUpload.readyForImport}" value="TODO Import"
 actionListener="#{invoiceUpload.importInvoices}" />
 </a4j:outputPanel>
 </a4j:form>
 </rich:tab>
- 
        3. Re: FileUpload in IE 6 with httpsandrei_exadel Nov 5, 2008 4:30 AM (in response to artmooney)Hi, 
 What's your RF version?
 I cannot see the issue under Tomcat 6.0 over HTTPS using RF 3.3.0-SNAPSHOT and placed fileupload component into the iframe.
- 
        4. Re: FileUpload in IE 6 with httpsartmooney Nov 5, 2008 4:58 AM (in response to artmooney)Richfaces 3.2.2.GA 
 Facelets 1.1.14
 JSF RI 1.2_09
 running on OC4J 10.1.3.3
- 
        5. Re: FileUpload in IE 6 with httpsandrei_exadel Nov 5, 2008 5:21 AM (in response to artmooney)Can you provide me by project deploy file with major code to reproduce the problem? 
 
    