formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface MetadataFormLimits

    Various limits for the for form, such as the global upload limit.

    interface MetadataFormLimits {
        singleFileUpload: number;
    }
    Index

    Properties

    Properties

    singleFileUpload: number

    Maximum number of bytes for a single file upload. Uploads larger than this limit will be rejected.