IBM Aspera JavaScript Library
    Preparing search index...

    Interface FileDialogOptions

    interface FileDialogOptions {
        filters?: FileFilter[];
        http_gateway_v2_transfer_id?: string;
        multiple?: boolean;
        title?: string;
    }
    Index

    Properties

    filters?: FileFilter[]

    The file types to filter by

    http_gateway_v2_transfer_id?: string

    ID for old HTTP gateway (v2)

    multiple?: boolean

    Allow user to select multiple files

    title?: string

    The title of the file dialog