Community
Participate
Working Groups
Build Identifier: This is related to bug 289708. Instead of returning the file size, UploadItem#getFileSize() returns the total number of bytes transferred. The size returned is a content length as provided by ProgressListener#update(long,long,int) (see FileUploadServiceHandler class). The size should instead be obtained using FileItem#getSize() once the upload is finished. Reproducible: Always
The upload widget is obsolete and will be removed in the future. Use the new FileUpload widget or the FileDialog implementation from the incubator instead.