Thinksea.Net.FileUploader 6.3.0

dotnet add package Thinksea.Net.FileUploader --version 6.3.0
NuGet\Install-Package Thinksea.Net.FileUploader -Version 6.3.0
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="Thinksea.Net.FileUploader" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thinksea.Net.FileUploader --version 6.3.0
#r "nuget: Thinksea.Net.FileUploader, 6.3.0"
#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 Thinksea.Net.FileUploader as a Cake Addin
#addin nuget:?package=Thinksea.Net.FileUploader&version=6.3.0

// Install Thinksea.Net.FileUploader as a Cake Tool
#tool nuget:?package=Thinksea.Net.FileUploader&version=6.3.0

封装了基于 HTTP 协议的文件上传功能。
支持大文件上传,支持断点续传,支持秒传。
服务端支持 .NET,客户端支持 .NET 和 Javascript

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0 80 3/25/2024
6.2.0 87 2/7/2024
6.1.0 111 12/22/2023
6.0.0 118 12/11/2023
5.3.0 334 11/22/2022
5.2.0 413 9/8/2022
5.1.0 292 12/22/2021
5.0.0 274 12/19/2021
4.2.0 419 11/13/2020
4.0.3 508 2/7/2020

更新项目中引用的基础组件。
文件上传组件更改为使用 System.Net.Http.HttpClient