Resumable Upload in Java WebDAV Server
IT Hit Java WebDAV Server provides a reliable mechanism for uploading large files and managing long lasting uploads. The Java WebDAV Server supports PUT requests with Content-Range header, multipart-POST upload as well as it can report how much of the file content was successfully saved if upload failed.
How Resumable Upload Works
Implementing Upload Progress
Describes what interfaces to implement to support upload-progress report.