FilesModel

Interface represents properties for an uploaded file.

Properties

name String

Specifies the name of the file.

Default: null

size Number

Specifies the size of the file.

Default: null

type String

Specifies the type of the file.

Default: null

On This Page