Answer the question
In order to leave comments, you need to log in
How to implement upload of many files + json on FLASK?
I would like to send a request to the multipart server that includes JSON and an array of files.
You can describe the request like this:
requestBody:
content:
multipart/form-data:
schema:
type: object
properties:
orderId:
type: integer
userId:
type: integer
filename:
type: array
items:
type: string
format: binary
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question