FileDownloadFinished - cWebResourceManager

Called when a file download is complete

Type: Procedure

Parameters: String sPath

ParameterDescription
sPathThe local full path name of the file that was loaded to your client


Syntax
Procedure FileDownloadFinished String sPath

Call: 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.