Skip to content

FileField behavior with multiple files #2222

@Lisa18289

Description

@Lisa18289

Uploading multiple files via a FileField (and FileDropZone) is currently only possible when all files are selected in a single upload action. If a user selects one file, then reopens the file picker and selects another file, the previously selected file is overwritten.

In scenarios such as attaching files to a chat message, users might instead expect the newly selected file to be added to the existing selection rather than replacing it.

We should therefore decide whether Flow should natively support this additive upload behavior, or whether Flow should merely provide guidance on how to implement this behavior in applications that use these fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions