3 Replies Latest reply on Dec 30, 2013 1:10 AM by ripper9100

    RF 4.3.4 Final - File Upload Progress Not Working

    ripper9100

      Hi,

       

      I've noticed that the progress bar for the file upload component does not seem to be functioning in Chrome 31.0 and IE 11. I initially though that perhaps there was an issue with our code but it doesn't seem to work in the showcase either, no progress is shown for the file. I've tried this with both small and large files with the same result. Is anyone aware of the cause for this issue?

       

      On another note, as a workaround for this issue I was considering displaying the status of the upload such as the bytes and time remaining as described in the RF 3.3 documentation with the use of a "label" facet but this was not working. Does this no longer work in the latest version of RF? If not, Is there another way to show this kind of information?

        • 1. Re: RF 4.3.4 Final - File Upload Progress Not Working
          bleathem

          Javier Gonzales wrote:

           

          I've noticed that the progress bar for the file upload component does not seem to be functioning in Chrome 31.0 and IE 11. I initially though that perhaps there was an issue with our code but it doesn't seem to work in the showcase either, no progress is shown for the file. I've tried this with both small and large files with the same result. Is anyone aware of the cause for this issue?

           

          Would you please file a jira issue?  I'll ask our QE team to investigate.

           

          Javier Gonzales wrote:

           

          On another note, as a workaround for this issue I was considering displaying the status of the upload such as the bytes and time remaining as described in the RF 3.3 documentation with the use of a "label" facet but this was not working. Does this no longer work in the latest version of RF? If not, Is there another way to show this kind of information?

           

          Can you post a code sample of what you are trying to accomplish?

          • 2. Re: Re: RF 4.3.4 Final - File Upload Progress Not Working
            ripper9100

            This is what I attempted:

             

            <rich:fileUpload uploadData="#{bean.data}" fileUploadListener="#{bean.listener}">
                    <f:facet name="label">
                            <h:outputText value="{_KB}KB from {KB}KB uploaded --- {mm}:{ss}" />
                    </f:facet>
            </rich:fileUpload>

             

            But this didn't have any effect.

            • 3. Re: RF 4.3.4 Final - File Upload Progress Not Working
              ripper9100