Andrew
Andrew
Luckily our application doesn't need to process form fields, we only take advantage of WebAPI features rather than the full MVC featureset. Our typical requests contain 1-MANY file parts, with...
> Try this: https://learn.microsoft.com/en-us/aspnet/core/mvc/models/file-uploads?view=aspnetcore-8.0#upload-large-files-with-streaming We originally used that documentation page as inspiration (e.g. the DisableFormValueModelBindingAttribute, so we could disable the in-built behavior and roll our own copy of FormFeature with...
@udlose I can't speak for your specific use case, but I rolled my own configuration source capable of reading ASP.NET web.config files, to assist in incrementally migrating a ASP.NET WebAPI...