You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rina (JIRA)" <ji...@apache.org> on 2014/11/24 14:24:12 UTC

[jira] [Created] (FILEUPLOAD-263) Chunk size while every read

Rina created FILEUPLOAD-263:
-------------------------------

             Summary: Chunk size while every read
                 Key: FILEUPLOAD-263
                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-263
             Project: Commons FileUpload
          Issue Type: Test
    Affects Versions: 1.3
            Reporter: Rina


Hi,
I am using file upload for streaming , but I always receive 4073 bytes per read and after that some small bytes 38 bytes.My instance is on HTTPS.
Server : Tomcat 
Apache : Apache 2.4

and If I upload file on http , I get 4073 continuous .

File upload program sending 8KB bytes per chunk.If I directly read inputstream of request like request.getInputStream I am able to get 8084 bytes.

Can you please let me know, can I set some buffer more than 4KB ...If yes  I can I do that



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)