Parameter | Description |
---|---|
sPath | The local full path name of the file that was loaded to your client |
Procedure FileDownloadFinished String sPath
Call: | Send FileDownloadFinished sPath |
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.