WebFileUploader.UploadProgressed
From Xojo Documentation
Event
WebFileUploader.UploadProgressed(percent As Integer)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
The uploaded has progressed to the percentage indicated.
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
UploadFinished event.