Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploading two files does not work #779

Closed
taitasu555 opened this issue Jan 9, 2024 · 0 comments · Fixed by #821
Closed

uploading two files does not work #779

taitasu555 opened this issue Jan 9, 2024 · 0 comments · Fixed by #821
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@taitasu555
Copy link
Contributor

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
2024-01-09.11.27.17.mov

Expected behavior
selected two files uploaded

Desktop (please complete the following information):

  • Mac book
  • Browser [chrome]
@taitasu555 taitasu555 added the bug Indicates an unexpected problem or unintended behavior label Jan 9, 2024
@nonoakij nonoakij linked a pull request Apr 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant