WebFileUploader.UploadStarted
From Xojo Documentation
Event
WebFileUploader.UploadStarted(fileCount As Integer)
New in 2020r1
Supported for all project types and targets.
New in 2020r1
Supported for all project types and targets.
The upload has started by the StartUpload method being called.
Notes
FileCount is the number of files that have been added to be uploaded.
See Also
StartUpload method.