NeatUpload Documentation

UploadModule.CancelPostBack Method 

Cancels the upload specified by the given post-back ID.

public static void CancelPostBack(
   string postBackID
);

Parameters

postBackID
The post-back ID of the upload to cancel.

Remarks

The module should attempt to stop the upload if possible. Calling BindProgressState after calling this method must cause Status to be Cancelled.

See Also

UploadModule Class | Brettle.Web.NeatUpload Namespace