deathsangel1234
❔ Receiving `FormFileCollection` from typescript frontend
How would I receive a FormFileCollection from a typescript fronted that is sending a blob array?
Currently, I just get the error
Deserialization of interface types is not supported. Type 'Microsoft.AspNetCore.Http.IFormFile
. I can't find anything online about this problem.
Thank you!2 replies