Form Data "files" is not correctly handled with default fetch template
Form Data "files" is not correctly handled as an array of objects in fetch templates and is inconsistent with the axios templates. As a result, an array of files in FormData are sent in the fetch POST as an empty array.
#555
@js2me First attempt at contribution. Appreciate any feedback on issue and PR submission.
I think this is essentially the same issue as https://github.com/acacode/swagger-typescript-api/issues/462, but it's not clear why @smorimoto closed the PR #555 without comment as I think that would have fixed this.
I added a new PR #1431