URLConnection.SendingProgressed

From Xojo Documentation

Event


URLConnection.SendingProgressed(bytesSent As Int64, bytesLeft As Int64)

Supported for all project types and targets.

Called periodically as data is sent/uploaded.

Parameters

Parameter Description
bytesSent The bytes that have been sent.
bytesLeft The bytes left to send.