Pause/Resume Ajax Upload

In Ajax File Browser, you can pause and resume uploads, auto-restore broken file uploads and upload files over 2Gb to IIS. To enable these features your server must support:

  1. Resumable-upload token in OPTIONS request. 
  2. PUT with Content-range header support. 
  3. REPORT request support.

In the case your server is IT Hit WebDAV Server, to support the above features, your server must implement IResumableUpload and IUploadProgress interfaces.

Next Article:

Creating Custom Dialogs