Backload 2.2.7

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

// Install Backload as a Cake Tool
#tool nuget:?package=Backload&version=2.2.7

Backload file handler with bundeling feature.
         
 Backload is a professional, full featured server side file handler for ASP.NET (MVC, Web API, ASP.NET WebForms). It handles the client side jQuery File Upload Plugin from blueimp, PlUpload from Moxiecode and Fine Uploader from Widen Enterprises out of the box, but it can be easily customized to work with any client side plugin. More than 20 examples in demo packages.  Continually developed and backed by the software industry.
         
 Demo package: https://github.com/blackcity/Backload/
         
 Licenses: Standard (free), Pro/Enterprise licenses starting from $19.90.
         
 Web: http://backload.org/

There are no supported framework assets in this 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
2.2.7 16,302 4/7/2017
2.2.2.5 8,966 9/7/2016
2.2.2 70,771 3/22/2016
2.1.0 10,360 11/1/2015
2.0.0.5 50,598 8/7/2015
1.9.3.8 14,485 10/18/2016
1.9.3.6 5,371 6/21/2015

What's new in release 2.2.2.7?
 - Non image type thumbnail creation improved
 - Improved url encoding
 - Improved database custom results
 - New Server side events (ConfigurationLoaded, PreInitialization)
         
 Bug fixes:
 - Fixed issue #107 with EXIF rotated images
 - Fixed issue with "ratio" scaling mode (resulting image shows only a small line)
 - FIxed issue with FineUploader and custom controller names
         
         
 Release 2.2:
 - Azure Blob Storage support
 - Native Database support (incl. EF, FileStream, FileTable, FileSystem storage)
 - Support for request based configuration settings
 - Supporting files (like previews) can be stored in a seperate path
         
 Bug fixes:
 - GetInclSubfolder setting problem fixed