mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 05:23:05 +00:00
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) ``` |
||
|---|---|---|
| .. | ||
| @uppy | ||
| uppy | ||