OnFileClick - cWebFileUploadForm
Triggered when the user clicks on the file name displayed inside the cWebFileUploadForm
Type: Event
Syntax
Procedure OnFileClick
Description
This event is triggered when the user clicks on the file name displayed inside the cWebFileUploadForm.
It is only triggered when the form is actually displaying an uploaded file or an existing file is displayed (peState = ciUploadStateFinished or ciUploadStateDisplay).
Note that pbServerOnFileClick needs to be set to True for this event to fire.