Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 673 Bytes

File metadata and controls

24 lines (15 loc) · 673 Bytes
title description api_reference slug
validationProps API
API Index | validationProps
true
api_upload_validationprops_wrapper

ValidationProps

validation-allowed-extensions Array

A list of the file extensions which are allowed for upload. Recognizes entries of both .type and type values.

validation-max-file-size Number

The maximum file size (in bytes) which is allowed for upload.

validation-min-file-size Number

The minimum file size (in bytes) which is allowed for upload.

Suggested Links