swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

Form Data "files" is not correctly handled with default fetch template

Open omarmciver opened this issue 2 years ago • 4 comments

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.

omarmciver avatar Jul 21 '23 15:07 omarmciver