Search results

UploadSettings API in Vue Image Editor API component

Defines the settings for restricting uploaded images.

Properties

allowedExtensions

string

Specifies the allowed file extensions for uploaded images.

Defaults to null

maxFileSize

number

Specifies the maximum size (in bytes) for the uploaded image.

Defaults to null

minFileSize

number

Specifies the minimum size (in bytes) for the uploaded image.

Defaults to null