Ok, so please, just tell me, if I use OnAsyncSelectFile, how do I abort the upload of the file if I decide to do so? I would expect the OnAsyncSelectFile to have a parameter FileName:string and
procedure OnAsyncSelectFile(const aFileName:string; var aAllowUpload:boolean)
However, since that is not there, can you tell me how I tell the component to stop uploading that file. Please answer the following two questions that I have been asking
a) get the filename current file that is triggering the OnAsyncSelectFile. Is that in the EventParms?
b) how to signal to abort the upload of that file
procedure OnAsyncSelectFile(const aFileName:string; var aAllowUpload:boolean)
However, since that is not there, can you tell me how I tell the component to stop uploading that file. Please answer the following two questions that I have been asking
a) get the filename current file that is triggering the OnAsyncSelectFile. Is that in the EventParms?
b) how to signal to abort the upload of that file

