tornado-swagger icon indicating copy to clipboard operation
tornado-swagger copied to clipboard

how to ust file upload in swagger html??

Open xiaomujiang opened this issue 3 years ago • 1 comments

post: tags: - pet summary: uploads an image operationId: uploadFile parameters: - name: petId in: path description: ID of pet to update required: true schema: type: integer format: int64 requestBody: content: multipart/form-data: schema: properties: additionalMetadata: type: string description: Additional data to pass to server file: type: string description: file to upload format: binary define like , i use post to upload a file, but generate the web , it not upload file button can you help me to solve it?

xiaomujiang avatar Feb 21 '22 10:02 xiaomujiang

Look like issue in swagger-ui side.

mrk-andreev avatar Aug 04 '22 14:08 mrk-andreev