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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39160

           Summary: Using getSize on DistFileItem after write returns 0 size
           Product: Commons
           Version: 1.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File Upload
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Steps to reproduce:

1. Upload a large file to a DiskFileItem so it is stored on the temporary 
location
2. Call getSize() to retrieve the uploaded file size
3. Call write('newlocation') to rename/write the file to the final destination
4. Call getSize()

In the 4. getSize() call, 0 is returned.

This is because the getSize() call looks for the no longer existing temporary 
file.

We must either make sure that the write() method updates the current file
location so getSize() can retrieve it from there,
or getSize is initialized on creation of the fileitem.

This bug is also present in the 1.2RC1

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to