Issue Details (XML | Word | Printable)

Key: FILEUPLOAD-138
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Critical Critical
Assignee: Jochen Wiedmann
Reporter: Martin Gröger
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Commons FileUpload

Fail to upload small files

Created: 27/Jun/07 12:58 PM   Updated: 28/Jun/07 09:24 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.1

Time Tracking:
Not Specified

Environment: Tomcat 5.5 on Suse Linux 10.0
Issue Links:
Duplicate
 

Resolution Date: 28/Jun/07 09:24 AM


 Description  « Hide
Upload for very small files failed. The size (of failing) is lass than 58/59 bytes.
It depends on the exact size of the keepRegion variable of the MultipartStream.

Files less than this size contain no data at the target.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jochen Wiedmann added a comment - 27/Jun/07 01:29 PM
This is most likely a duplicate of FILEUPLOAD-135. Please check, whether you still have problems with the current snapshot, as available from

http://people.apache.org/repo/m2-snapshot-repository/org/apache/commons/fileupload/commons-fileupload/1.3-SNAPSHOT/


Martin Gröger added a comment - 28/Jun/07 07:55 AM
Yes, with the current snapshot the problem disappears.

I took also a current shanpshot from commons-io (otherwise it doesn't compile). The question for me was: How to know which version of commons-io is the related one ?!


Jochen Wiedmann added a comment - 28/Jun/07 09:24 AM
The question for the required version of commons-io is answered by the POM file, which is distributed together with the jar file.