cam-inc / viron

OAS-driven Frontend-NoCode Administration Console
https://discovery.viron.plus/
MIT License
1.02k stars 52 forks source link

uploading two files does not work #779

Closed taitasu555 closed 5 months ago

taitasu555 commented 8 months ago

Describe the bug When two files are uploaded from the Viron UI, a bug occurs causing only one of the files to be uploaded successfully. openapi request body and the screen capture are below

requestBody:
        required: false
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                file:
                  type: string
                  format: binary
                zipImages:
                  type: string
                  format: binary

https://github.com/cam-inc/viron/assets/75059685/d0866deb-e528-4763-b042-f100853f55c4

Expected behavior selected two files uploaded

Desktop (please complete the following information):