Function chooseMultipleFiles

Creates a file chooser dialog that allows the user to select multiple files.

  • Parameters

    • Optionalaccept: string

      Optional MIME type filter for accepted file types.

    Returns Promise<null | File[]>

    • A promise that resolves to an array of selected files or null if the dialog was canceled.