ASPPowUpload 1.0 control documentation

Static method. Checks if an upload with given ID exists. Upload ID is any string uniquely identifying the upload.

public bool IsUploadInitialized(string ID);

Parameters

ID
ID of the upload to check .

Return Value

true if upload with specified ID exists; otherwise, false.