1 Reply Latest reply on Aug 27, 2014 4:54 PM by ali.yuruz

    rich:fileUpload uploading some MIME very slow

    iabughosh

      Dears,

      I'm using RichFaces 4 upload, it works fine, but with some MIME it is uploading files very slow, for example uploading PDF file with size 256 KB takes 2-3 minutes,

       

      Tested with RichFaces 4.2.2 Final and 4.3.0 Final, here is my web.xml file upload config

       

      <context-param>

         <param-name>createTempFiles</param-name>

         <param-value>false</param-value>

      </context-param>

      <context-param>

         <param-name>maxRequestSize</param-name>

         <param-value>10000</param-value>

      </context-param>

      <context-param>

          <param-name>org.richfaces.fileUpload.maxRequestSize</param-name>

          <param-value>10000</param-value>

      </context-param>

       

      Thanks in advance.