DataJuggler.Blazor.FileUpload 7.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataJuggler.Blazor.FileUpload --version 7.0.1                
NuGet\Install-Package DataJuggler.Blazor.FileUpload -Version 7.0.1                
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="DataJuggler.Blazor.FileUpload" Version="7.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.Blazor.FileUpload --version 7.0.1                
#r "nuget: DataJuggler.Blazor.FileUpload, 7.0.1"                
#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 DataJuggler.Blazor.FileUpload as a Cake Addin
#addin nuget:?package=DataJuggler.Blazor.FileUpload&version=7.0.1

// Install DataJuggler.Blazor.FileUpload as a Cake Tool
#tool nuget:?package=DataJuggler.Blazor.FileUpload&version=7.0.1                

BlazorFileUpload makes it easy to upload files in Blazor projects. The 7.0 version is only for .NET7.
Use 6.x version for .NET6, 5.x for .NET5.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on DataJuggler.Blazor.FileUpload:

Package Downloads
DataJuggler.BlazorGallery

A project template for creating a Blazor Image Gallery project that uses SQL Server for a backend. You will need SQL Server or SQL Server Express to run this project. See the Read Me for more info. Watch this video to see a demo https://youtu.be/yQz1dqYiy2g.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.2 119 9/13/2024
8.0.1 1,061 5/19/2024
8.0.0 1,517 11/17/2023
7.2.3 606 8/27/2023
7.2.2 138 8/26/2023
7.2.1 177 8/14/2023
7.2.0 172 8/13/2023
7.1.2 194 7/22/2023
7.1.1 166 7/22/2023
7.1.0 193 7/12/2023
7.0.6 216 6/21/2023
7.0.5 273 5/8/2023
7.0.4 1,979 4/5/2023
7.0.3 287 3/6/2023
7.0.1 237 3/6/2023
7.0.0 1,177 11/9/2022
7.0.0-rc1 119 10/21/2022
6.0.3 4,370 7/6/2022
6.0.2 725 6/8/2022
6.0.1 2,030 1/23/2022
5.0.1 4,291 11/12/2021
5.0.0 340 11/11/2021
2.0.0 368 11/11/2021
1.6.2 456 10/14/2021
1.6.1 402 10/13/2021
1.6.0 3,201 3/10/2021
1.5.1 6,335 11/30/2020
1.5.0 473 11/27/2020
1.4.1 518 11/13/2020
1.4.0 480 11/13/2020
1.3.5 15,993 4/8/2020
1.3.4 3,059 3/6/2020
1.3.3 676 2/26/2020
1.3.2 747 2/7/2020
1.3.1 547 2/7/2020
1.3.0 740 1/25/2020
1.2.8 634 1/24/2020
1.2.7 3,290 1/15/2020
1.2.6 578 1/14/2020
1.2.5 530 1/14/2020
1.2.4 565 1/13/2020
1.2.3 504 1/13/2020
1.2.2 513 1/13/2020
1.2.1 663 1/12/2020
1.2.0 659 1/12/2020
1.1.0 697 1/5/2020
1.0.11-Preview 395 12/3/2019
1.0.10-Preview 296 11/16/2019
1.0.9-Preview 262 11/12/2019
1.0.8-Preview 267 11/12/2019
1.0.7-Preview 270 11/12/2019
1.0.6-Preview 264 11/11/2019
1.0.5-Preview 261 11/11/2019

3.6.2023: Updated some Nuget packages.
v7.0.1

12.3.2022: Released 7.0.0 version.

10.20.2022:
v7.0.0.-rc1: This version is listed as pre-release until .NET7 is out of preview.

This version has been upaded for .NET7.

7.6.2022
Version 6.0.3: I set the default MaxFileUpload to 40 meg by default.
If you don't set any value, the file upload is aborted, and yesterday I had to
add the project reference to figure this out. I figure this will make it easier.
I may add an Aborted Reason when I get some time.