public class FileUploadListener extends Object implements org.apache.commons.fileupload.ProgressListener
A listener object to be used in ajax queries for updating upload progress bars.
Currently this should be considered deprecated code. We found it not possible to integrate with Tapestry in the time scoped for this task. It may not be possible at all.
| Constructor and Description |
|---|
FileUploadListener() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
long |
getContentLength() |
long |
getItem() |
void |
update(long aBytesRead,
long aContentLength,
int anItem) |
Copyright © 2009-2015. All Rights Reserved.