WebFileUploader.UploadTimeout
From Xojo Documentation
Property (As Integer )
aWebFileUploader.UploadTimout = newIntegerValue
or
IntegerValue = aWebFileUploader.UploadTimout
New in 2018r1
Supported for all project types and targets.
or
IntegerValue = aWebFileUploader.UploadTimout
New in 2018r1
Supported for all project types and targets.
If the timeout is reached the UploadError event is called. The default is 0, which means "no timeout".
Notes
Be aware that not having a timeout can result in out-of-memory issues for some web apps when uploading large (> 32MB) files.