ValidationMessages

Interface represents the size validation message for an uploaded file.

Properties

maxSize Number

Specifies the validation message for when a file size exceeds the maximum file size give in the maxFileSize property.

minSize Number

Specifies the validation message for when a file size does not meet the minimal file size given in the minFileSize property.

On This Page