grantcolley / headway

A .NET 7.0 Blazor framework for building configurable applications fast. Supporting both hosting models, Blazor WebAssembly and Blazor Server, a WebApi for accessing data and an Identity Provider for authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a file upload service for uploading files to a file repository

grantcolley opened this issue · comments

  • Create a FileRepository class that inherits RepositoryBase in Headway.Repository project
  • Create a file controller in the Headway.WebApi
  • Create a FileService class that inherits ServiceBase in Headway.Services
  • Create a File component that uploads and downloads files to and from the file repository