Skip to content

FileDownloadFinished - cWebResourceManager

Called when a file download is complete

Type: Procedure

Parameters

Parameter Type Description
sPath String The local full path name of the file that was loaded to your client

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.