PowUpload 1.3 control documentation

Returns a string representation of the current upload status.

public string UploadStatusString {get;}

Property Value

A string that represents status of the upload.

Remarks

Use this property to show upload status for user.

Example

PowUpload progr = new PowUpload(Request.QueryString["uploadID"]);    
            
Response.Write (“Upload status: ” + PowUpload.UploadStatusString);

See Also

PowUpload Class | ElementIT.PowUpload Namespace | UploadStatus property