ITHit.WebDAV.Server.ResumableUpload Namespace

IT Hit WebDAV for .NET

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

Class Description
ResumableUploadModule Enables non-cached upload of files to IIS/ASP.NET.

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.