Trying to upload multiple files in swagger api. While uploading single file with
files:
type: string
format: binary
Getting file in req.files, but when trying for multiple files with
files:
type: array
items:
type: string
format: binary
req.files = null and there is files: '[object file],[object file]' in req.body
using nodejs with express