PowUpload 1.3 control documentation

Stops upload, terminates the connection with the client if demanded and deletes all files uploaded if demanded.

public void CancelUpload(
   bool closeConnection,
   bool deleteFiles
);

Parameters

closeConnection
Set to true if request should be terminated; otherwise, false.
deleteFiles
Set to true if the uploaded files should be deleted; otherwise, false.

See Also

PowUpload Class | ElementIT.PowUpload Namespace | PowUpload.CancelUpload Overload List