Mediachase FileUploader.NET 1.9 Framework Help

McFormProgress.CancelUpload Method 

Cancels an upload.

[Visual Basic]
Public Shared Sub CancelUpload( _
   ByVal MediachaseFormID As String _
)
[C#]
public static void CancelUpload(
   string MediachaseFormID
);

Parameters

MediachaseFormID
The Mediachase form unique id.

Remarks

in case of a redirect attribute according to http protocol incoming data will be uploaded and then your browser will be redirected in other case an exception UploadCanceled is thrown

See Also

McFormProgress Class | Mediachase.FileUploader Namespace