Skip to main content
A newer version of this page is available. .

File Download

You can provide your end-users with an ability to download files selected within FileManager.

Note

To enable the file downloading functionality within your FileManager, the Partial View with FileManager must be wrapped with the HTML form.

Download Initiation

File download can be initiated in the following manner.

File Processing

FileManager allows you to process the downloaded file and to cancel the file download if required. You can respond to the initiated file download operation in the following manner.

For instance, you can use a server-side event to add a watermark to downloaded image files.