1. what is the difference between OnUpload and OnUploadComplete?
2. It seems that OnUpload and OnUploadComplete is fired for each file I upload (if multiselect is true). If I am uploading multiple files, how do I know which file triggered the event? In your demo application in CGFileUpload, in the case of multiple file upload, you populate the IWLabelStatus.Caption over and over again to the same value since its fired in the UploadComplete event and dont show how to know which file it was. That would have been a big help.
tiny point: the upload demo populates the status with the text 'downloaded' in TIWFileUploadFrame.TIWCGJQCustomFileUploadComplete
s:= s + ' downloaded:'+sLineBreak;