Returns a string representation of the current upload status.
A string that represents status of the upload.
Use this property to show upload status for user.
PowUpload progr = new PowUpload(Request.QueryString["uploadID"]);
Response.Write (“Upload status: ” + PowUpload.UploadStatusString);
PowUpload Class | ElementIT.PowUpload Namespace | UploadStatus property