uppy/packages
Vasiliy Matyushin 2b855ce1a7
@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)
```
2023-05-24 16:50:07 +02:00
..
@uppy @uppy/xhr-upload: add support for arrays in metadata (#4431) 2023-05-24 16:50:07 +02:00
uppy Release: uppy@3.9.1 (#4453) 2023-05-15 20:44:21 +00:00