WebFileUploader.UploadFinished
From Xojo Documentation
Event
WebFileUploader.UploadFinished(Files() As WebUploadedFile)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
The upload has finished.
Notes
There will be a delay between the time files finish uploading and the UploadFinished event is called because the files must be processed once they are uploaded.
See Also
UploadProgressed event.