UploadQueue.TotalUploadedSizeAsString Property
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Gets the string representation of TotalUploadedSize - the total uploaded size for all items in the upload queue. This will be incremented until the upload queue is completed (whether successful or failed).
[JsonIgnore]
public string TotalUploadedSizeAsString { get; }