Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@uppy/xhr-upload: add support for arrays in metadata (#4431)
Currently passing an array of `File` objects renders as: ``` field_from_form_for_files[]: [object File],[object File],[object File] ``` and it breaks default form behaviour, with this fix it works properly, like ``` field_from_form_for_files[]: (binary) field_from_form_for_files[]: (binary) field_from_form_for_files[]: (binary) ```
- Loading branch information