Forum Discussion

bbinckes's avatar
bbinckes
Occasional Visitor
5 years ago

Swagger UI failing to execute multiple file upload (open api 3.01)

I have a .aspnet core 3.1 project that implements swagger UI (5.00).  One of the API methods posts multiple images,   [HttpPost("images", Name = "PostImages")] public async Task<IAc...