RE: Upload Progress
Tiffany Dodge <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I did not find a response to this post, but am interested in its solution. I am working on a non-GUI webdav client and would like to report the file progress for uploads. If anybody can help me out, I would very much appreciate it. Thanks kindly, Tiff > From: "tcorbet" <[email protected]> > Subject: Upload Progress > Date: Wed, 05 Oct 2005 23:13:38 GMT > > I am using the client libraries to add file sharing capabilities to my > application. Though entirely new to this jakarta project, I have > managed > to get the Download facilities working well in a SWT-based client > application. The UI provides the usually-expected progress bar. > > When I come to the Upload side, however, I can find no method > comparable > to WebdavResource.getMethodData() that will allow me to monitor the > data transfer activity for reporting progress to the user. I am > getting > successful uploads of multi-megabyte files to the Apache WebDAV > server, but all I can do is report success or failure after what > can be > several minutes of data transmission. > > What have I missed? > > Thank you.