Hi FusionImaging,
You can get the total count of each upload in event "UploadCompleted". Then add all together.
protected void uploader1_UploadCompleted(object sender, UploaderEventArgs[] args) { //args.Length }
Regards,
Ken