NetSession Download Manager Demonstrations
The links below will take you to examples that demonstrate many of the capabilities of the Akamai NetSession Interface for the NetSession Download Manager. You can also view the simple code used to implement the demo.
These examples were created with the Akamai NetSession Download Manager (DLM) API library, a JavaScript library that provides for embedding the NetSession Interface into web pages to enable single or multiple file downloads.
The DLM API is not a standalone tool; it is used in conjunction with applications serving content over the Akamai platform and using Akamai edge server configurations.
The demonstrations will install Akamai NetSession client on your local device if it is not already installed, and they will download files, some of which may be as large as 50MB, as part of the demonstrations.
Demonstration Pages
- A basic download: A 10 MB download without extra options
- downloadName: Set a custom display name for the downloaded file
- onComplete: Call an event handler on completion of the download
- onError: Call an event handler on a download error.
- openOnComplete: Toggle the "Open Upon Completion" setting.
- resumable: Set an icon to resume download later.
- basic authentication: Send a name and password with the download request.
- query authentication: Append a query string to the requested download URL.
- cookie authentication: Send a cookie with the download request.
