MicroCloud.Pack.Systems 8.0.1.7

dotnet add package MicroCloud.Pack.Systems --version 8.0.1.7
NuGet\Install-Package MicroCloud.Pack.Systems -Version 8.0.1.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MicroCloud.Pack.Systems" Version="8.0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroCloud.Pack.Systems --version 8.0.1.7
#r "nuget: MicroCloud.Pack.Systems, 8.0.1.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MicroCloud.Pack.Systems as a Cake Addin
#addin nuget:?package=MicroCloud.Pack.Systems&version=8.0.1.7

// Install MicroCloud.Pack.Systems as a Cake Tool
#tool nuget:?package=MicroCloud.Pack.Systems&version=8.0.1.7

MicroCloud 文件模块

Member project of MicroCloud Team NuGet Badge GitHub license

说明

MicroCloud 文件模块,封装基于 MicroCloud 文件组件的功能实现。

用法

可按照如下配置方式使用:

  1. 通过nuget引用 MicroCloud.Pack.File 程序集
Install-Package MicroCloud.Pack.File
  1. appsettings.json 中添加如下配置节点
{
  "File": {
      "Root": "D:\MyStaticFiles",                   //根目录。这应该是一条绝对的道路。例如:D:\MyStaticFiles
      "RequestPath": "/StaticFiles",                //映射到静态资源的相对请求路径。例如:/StaticFiles
      "AllowOrigin": true,                          //是否允许跨域
      "VersionEnabled": true,                       //是否启用版本管理(启用后删除、修改前的文件将作为历史版本归档)
      "StoreMode": "Physical",                      //存储方式:DataBase-数据库、Physical-物理存储、DataStoreSvc-数据存储服务
      "StoreSvcConnectionString": "",               //数据存储服务连接字符串:例如:Azure Blob Storage {"DefaultEndpointsProtocol=https;AccountName=xxx;AccountKey=yyy"}
      "StoreGroup": "ByYearMonth",                  //存储分组:NoGroup-不分组、ByYear-按年度分组、ByYearMonth-按年度月度分组、ByYearMonthDay-按年月日分组、ByExts-按扩展类型分组
      "FileSizeLimit": 1073741824,                  //文件大小限制:0为不限制
      "PermittedExts": ".txt,.png,.docx",           //允许的上传类型:*为允许所有,多类型用“,”分隔
      "DisallowedExts": ".exe,.bat",                //阻止的上传类型:*为不限制,多类型用“,”分隔
    } 
}

3.解决文件上传大小限制,在项目中添加web.config文件

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <system.webServer>
    <security>
      <requestFiltering>
        
        <requestLimits maxAllowedContentLength="1073741824" />
      </requestFiltering>
    </security>
  </system.webServer>
</configuration>
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MicroCloud.Pack.Systems:

Package Downloads
MicroCloud.Api.Identity

MicroCloud 身份认证模块API,封装基于 MicroCloud 身份认证模块的WebApi实现。

MicroCloud.Api.Systems

MicroCloud 系统公共API,封装图形验证码、模块信息等公共WebApi实现。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.1.7 40 5/15/2024
8.0.1.6 25 5/15/2024
8.0.1.5 41 5/15/2024
8.0.1.4 39 5/14/2024
8.0.1.3 77 5/10/2024
8.0.1.2 89 5/8/2024
8.0.1.1 80 5/7/2024
8.0.0.9 79 5/1/2024
8.0.0.8 75 5/1/2024
8.0.0.7 97 4/30/2024
7.2.0.1 262 10/26/2023
7.1.2.9 114 11/7/2023
7.1.2.8 122 10/19/2023
7.1.2.7 89 10/19/2023
7.1.2.6 99 10/18/2023
7.1.2.5 128 9/20/2023
7.1.2.4 124 9/13/2023
7.1.2.3 100 9/13/2023
7.1.2.2 125 9/12/2023
7.1.2.1 133 9/4/2023
7.1.1.9 142 8/31/2023
7.1.1.6 168 8/29/2023
7.1.1.5 135 8/25/2023
7.1.1.4 142 8/25/2023
7.1.1.3 140 8/25/2023
7.1.1.2 132 8/24/2023
7.1.1.1 140 8/24/2023
7.0.3.1 149 8/24/2023