seyfert
    Preparing search index...

    Class FileUpload

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    data: Partial<TYPE> = {}

    Methods

    • Sets the maximum number of items that can be uploaded.

      Parameters

      • maxValues: number

        The maximum number of items that can be uploaded.

      Returns FileUpload

      The current FileUpload instance.

    • Sets the minimum number of items that must be uploaded.

      Parameters

      • minValues: number

        The minimum number of items that must be uploaded.

      Returns FileUpload

      The current FileUpload instance.