PowerWEB File Upload for ASP.NET
Cancel Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadManager Class : Cancel Method



Cancels the upload operation.

Syntax

Visual Basic (Declaration) 
Public Sub Cancel() 
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
 
instance.Cancel()
C# 
public void Cancel()
C++/CLI 
public:
void Cancel(); 

Remarks

Call Cancel server-side in the UploadProgress event to programmatically interrupt the upload operation.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.