UploadSettings

12 Sep 20251 minute to read

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