deathsangel1234
deathsangel1234
CC#
Created by deathsangel1234 on 2/1/2023 in #help
❔ 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
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
For instance; a list of 0, 1, 2, 4, 5, 6, 7, 9 would return 3 if you're looking for the first "missing" value. Likewise, a list of 1, 2, 4, 5, 6, 7, 9 would return 0.
21 replies