The ITHit.WebDav.Server.ResumableUpload namespace provides classes for handling resumable upload. You will use classes from this namespace to implement pause/resume/restore upload feature, upload process feature, upload via POST verb from AJAX client, non-cached upload in IIS.
Namespace hierarchy
Classes
Interfaces
| Interface |
Description |
|
IResumableUpload
|
Implemented by a resource that supports uploading parts of its content. |
|
IUploadProgress
|
Implemented on files and folders to report upload progress. |