ApiEndpoints
ApiEndpoints copied to clipboard
Get Payload in body as well as the uploaded File
- NuGet Package Version: 4.1.0
- .NET SDK Version: 8
Issue is combining FromForm and FromBody not working as expected. Unable to upload file and other properties together. (Note one property type is JsonElement, basic types like bool and int work as expected).
I am not able to upload the MRP in github issue but sharing link of the discord post for this. https://discord.com/channels/143867839282020352/1184466944015994980
I have also added comments on what i needed to do in the project.