Click or drag to resize

ITHit.WebDAV.Server.ResumableUpload Namespace

IT Hit WebDAV Classes Reference
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.
Classes
  ClassDescription
Public classCode examplePutUploadProgressAndResumeModule
Enables non-cached upload of files to IIS/ASP.NET.
Interfaces
  InterfaceDescription
Public interfaceCode exampleIResumableUpload
Implemented by a file that supports updating parts of its content.
Public interfaceIResumableUploadBase
Implemented on files and folders that supports updating parts of its content.
Public interfaceCode exampleIUploadProgress
Implemented on files and folders to report upload progress.