-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multiple files sending from Swagger UI doesn't work #1290
Comments
Also, |
More info: I use the latest version — 5.0.0-rc4 dotnet --info
|
I also encountered the same problem. Is there any way to solve it? |
This is a dup of #1029. TL/DR; It's an underlying issue with the "swagger-ui" project, not Swashbuckle. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've attached a file in UI
When I send it, server receives it as following:
So it's a string "files={[object File]}"
Form.Files array is empty
The text was updated successfully, but these errors were encountered: