I have a .net 5 API which has an endpoint that accepts a model consisting of an IFormFile File, string Description and string Name.
When Posting a form using axios fr