NeatUpload Documentation

IUploadModule.CancelPostBack Method 

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

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

IUploadModule Interface | Brettle.Web.NeatUpload Namespace