#iformfile

[ follow ]
Web frameworks
fromInfoWorld
2 days ago

How to upload files using minimal APIs in ASP.NET Core

Minimal APIs in ASP.NET Core support file uploads using IFormFile for single files and IFormFileCollection for multiple files.
[ Load more ]