You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Swashbuckle.AspNetCore 4.0.1 installed with nugetpackage manager in a WebAPI solution.
OS - Windows 10
Browser - Chrome - Version 81.0.4044.129 (Official Build) (64-bit)
I intend to implement user friendly interface for multi-file upload.
Issue description -
In solution, IOperationFilter is implemented, it checks:
With these changes, I get multifile UI and I am able to select multiple files.
But, when the request is received by the controller, templateFiles does not contain any files.
However, when tried from Postman (with Body provided as form-data) it works well.
This seems to be very much similar to the issue mentioned below. swagger-api/swagger-ui#2617 (comment)
The text was updated successfully, but these errors were encountered:
Using Swashbuckle.AspNetCore 4.0.1 installed with nugetpackage manager in a WebAPI solution.
OS - Windows 10
Browser - Chrome - Version 81.0.4044.129 (Official Build) (64-bit)
I intend to implement user friendly interface for multi-file upload.
Issue description -
In solution, IOperationFilter is implemented, it checks:
If so, then a new parameter is constructed in below fashion:
Controller signature:
With these changes, I get multifile UI and I am able to select multiple files.
But, when the request is received by the controller, templateFiles does not contain any files.
However, when tried from Postman (with Body provided as form-data) it works well.
This seems to be very much similar to the issue mentioned below.
swagger-api/swagger-ui#2617 (comment)
The text was updated successfully, but these errors were encountered: