-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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.