Wissance / WebApiToolkit

A set of useful C# reusable classes and components that could be used with any Net Core Web application IT ALLOW TO REDUCE AMOUNT OF CODE when IMPLEMENTING REST API (see examples in README)

Home Page:https://wissance.github.io/WebApiToolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create controller that allow to work with small files

EvilLord666 opened this issue · comments

We should create controller that allow us to store small files in server FS

Why only for small files? And which size is small for this case?

@stdstring because it is a simplified common solution, small means that it have size less then 50Mb.