An abp.io application module that allows users to upload and maintain files.
$ dotnet add package Syrna.FileManagement.Domain.CoreFile Management module for ABP framework.
An abp application module that allows manage blobs.
Install the following NuGet packages. (see how)
Add DependsOn(typeof(FileManagementXxxModule)) attribute to configure the module dependencies. (see how)
Add builder.ConfigureFileManagement(); to the OnModelCreating() method in MyProjectMigrationsDbContext.cs.
Add EF Core migrations and update your database. See: ABP document.







