UploadFileInfo
Class
Represents a file managed by the Upload component, including progress and status. Use to track upload state, progress, and errors for each file.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class UploadFileInfo : FileInfoBase
Inheritance: objectFileInfoBaseUploadFileInfo
Inherited Members
Constructors
C#
public UploadFileInfo()
Properties
Indicates the upload progress as a percentage (0-100). Example: 75 means the file is 75% uploaded.
C#
public int Progress { get; set; }