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

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

    [ https://issues.apache.org/jira/browse/FILEUPLOAD-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223125#comment-14223125 ] 

Thomas Neidhart commented on FILEUPLOAD-263:
--------------------------------------------

Can you attach the data received from the upload servlet?

It should be normal that the individual file items are smaller than the full request as fileupload has to decode the mime wrapper.

> 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)