MicroCloud.Pack.File
7.2.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MicroCloud.Pack.File --version 7.2.0.5
NuGet\Install-Package MicroCloud.Pack.File -Version 7.2.0.5
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.File" Version="7.2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroCloud.Pack.File --version 7.2.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MicroCloud.Pack.File, 7.2.0.5"
#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.File as a Cake Addin #addin nuget:?package=MicroCloud.Pack.File&version=7.2.0.5 // Install MicroCloud.Pack.File as a Cake Tool #tool nuget:?package=MicroCloud.Pack.File&version=7.2.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MicroCloud 文件模块
说明
MicroCloud 文件模块,封装基于 MicroCloud 文件组件的功能实现。
用法
可按照如下配置方式使用:
- 通过nuget引用
MicroCloud.Pack.File
程序集
Install-Package MicroCloud.Pack.File
- 在
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>
交流
QQ群号:863605868 | 微信号:SeonHu |
Product | Versions 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.
-
net8.0
- MicroCloud.EntityFrameworkCore (>= 7.2.0.5)
- MicroCloud.File (>= 7.2.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MicroCloud.Pack.File:
Package | Downloads |
---|---|
MicroCloud.Api.File
MicroCloud 文件模块API,封装基于 MicroCloud 文件模块的WebApi实现。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0.5 | 131 | 4/19/2024 |
8.0.0.4 | 109 | 4/18/2024 |
8.0.0.3 | 134 | 4/15/2024 |
8.0.0.2 | 129 | 4/12/2024 |
8.0.0.1 | 109 | 4/12/2024 |
7.2.0.8 | 118 | 4/12/2024 |
7.2.0.7 | 117 | 4/12/2024 |
7.2.0.6 | 130 | 4/12/2024 |
7.2.0.5 | 107 | 4/12/2024 |
7.2.0.4 | 127 | 4/11/2024 |
7.0.2.7 | 190 | 5/12/2023 |
7.0.2.6 | 183 | 5/11/2023 |
7.0.1.7 | 184 | 5/9/2023 |
7.0.1.6 | 171 | 5/9/2023 |
7.0.1.4 | 196 | 4/24/2023 |
7.0.1.3 | 227 | 4/19/2023 |
7.0.1.2 | 248 | 4/19/2023 |
7.0.0.9 | 215 | 4/18/2023 |
7.0.0.8 | 234 | 4/17/2023 |
7.0.0.7 | 243 | 4/12/2023 |
7.0.0.6 | 219 | 4/8/2023 |
7.0.0.5 | 206 | 4/7/2023 |
7.0.0.4 | 228 | 4/7/2023 |
7.0.0.3 | 236 | 4/7/2023 |