File Type

The File type is used for file uploads, with specific attributes to control file formats and size limitations.

Attributes for File Properties:

  • File Types

    • The File Types attribute allows for the specification of accepted file formats for the file property. This defines which file types are permissible for upload, ensuring compatibility with the expected data.

    • Supported formats include:

      • DOCX

      • JPEG

      • JPG

      • PDF

      • PNG

      • PPTX

      • TXT

      • WEBP

      • XLSX

    • Validation Rules:

      1. File Types is a mandatory field and must be specified for File properties.

  • Max File Size (MBs)

    • The Max File Size attribute sets the maximum allowable file size for uploads. This ensures that file entries do not exceed the specified size limit, maintaining system performance and storage efficiency.

    • Validation Rules:

      1. The Max File Size must be an integer between 1 and 10 MB.

Last updated