Open davidfowl opened 1 year ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
This came from a discussion on https://www.reddit.com/r/dotnet/comments/14dnn5v/comment/jp0iwxk/?utm_source=share&utm_medium=web2x&context=3
TL;DR:
A nicer simple interface for dealing with the streamed files and binding to a multipart/form-data model definition.
A built in way to switch between IFormFile for small files that can be buffered and IStreamFile for larger files?
Some built in way to improve the clashes between the stream and the model binders
A built in way to get a real file type, based off the file signature: https://en.wikipedia.org/wiki/List_of_file_signatures
Update: Fixed code blocks