WebFileUploader.UploadAborted

From Xojo Documentation

Event


WebFileUploader.UploadAborted()

New in 2020r1

Supported for all project types and targets.

The uploaded was cancelled.

Notes

This occurs when, during an upload, the user closes the tab/window, closes the browser, the browser quits or crashes for some reason. Basically, this event occurs when the upload is abruptly aborted for any reason other than the app calling the CancelUpload method.