Skip to content

antunesvitor/FileService

Repository files navigation

File Service


Simple ASP.NET Core application to upload a file to a server

Endpoint

<baseAddress>:<port>/file

Method

POST - BODY: send the file as form-data

Configuration

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

About

Simple ASP.NET Core to upload a file on a server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages