Skip to content

FileDownloadFinished - cLocalWebResourceManager

Called when a file download is complete

Type: Procedure

Parameters

Parameter Type Description
sPath String [ToDo: In Progress]

Syntax

Procedure FileDownloadFinished String sPath

Call Example

Send FileDownloadFinished sPath

Description

Augment the FileDownloadFinished method to perform special processing after a file has been successfully sent to the client.

For example, you could use this event to keep a log of all downloaded files, or to delete the downloaded file.