AJAX Browser
- Product Home
- Features
- System Requirements
- Online Demo
-
- Getting Started
- Activating Product
- Selecting Items
- Themes and Toolbar Icons
- Thumbnails
- Panels Customization
- Grids Customization
- Menu Customization
- Toolbar Customization
- Search
- Custom Dialogs
- History Navigation
- Settings Reference
- CORS Requests
- Modify Upload Url
- Upload in IE 9-
- Using IIS 7/8 WebDAV
- Authentication / SSL
- Validation
- Localization
- Request Pipeline
- Help & Support
Pause/Resume Ajax Upload
In this article
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:
- Resumable-upload token in OPTIONS request.
- PUT with Content-range header support.
- 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.