Simple ASP.NET Core application to upload a file to a server
<baseAddress>:<port>/file
POST - BODY: send the file as form-data
In appsettings.json set the folder/directory path which you want to store the received file. You need to replace both of DirectoryPath and the AppSettings.DirectoryPath