You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/12 00:27:10 UTC

DO NOT REPLY [Bug 23120] - FileUpload uploading files with size < 4Kb Has problems

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23120>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23120

FileUpload uploading files with size < 4Kb Has problems

aalmenar@conectium.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FileUpload uploading files  |FileUpload uploading files
                   |with size < 4               |with size < 4Kb Has problems



------- Additional Comments From aalmenar@conectium.com  2003-09-11 22:27 -------
Im actually using File Upload Nightly build.

When i use it to upload a file less that 4 Kilobytes it rounds  its size to 4 
Kb.

Also tried with a file size of 13 KB and it rounded it to 16 Kb.

So the problem i think its found on the buffer size, aand somwhere in the logic 
where it write all the buffer and not the "filled" space.

Default buffer size in the  code is 4Kb.


Kind Regards,