Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnFileProgress
<a class="clsStd" href="/techref/objectmodel/objects/channel/index.htm">Channel</a>.OnFileProgress Event (Restricted)
This event fires when some progress has been made toward a file transfer. The event is labeled "restricted" because it is only available if the application has the SendFile permission flag. For more information, see [[Protocols/MSNP/Activities/SDK/../../../../../Sandbox|Standard vs. Advanced Applications]].
VBScript Syntax
function Channel_OnFileProgress()
' Update a progress meter if applicable.
End Function
JavaScript Syntax
function Channel_OnFileProgress() {
// Update a progress meter if applicable.
}
Remarks
Only one file at a time can be transferred in either direction.