RicoSuter/NSwag
Ver no GitHubIFormFile parameter does not show upload button
Open
#2.428 aberto em 27 de set. de 2019
help wantedproject: NSwag.SwaggerGenerationproject: NSwag.SwaggerGeneration.AspNetCoretype: bug
Métricas do repositório
- Stars
- (6.291 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
When using a parameter of type IFormFile, the swagger "Try it out" does not give an upload button. Instead it prompts for ContentType, ContentDisposition etc.
However, it behaves as expected if a List is specified. Refer to attachments
