Backload 2.1.0

dotnet add package Backload --version 2.1.0
                    
NuGet\Install-Package Backload -Version 2.1.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="Backload" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Backload" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Backload" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Backload --version 2.1.0
                    
#r "nuget: Backload, 2.1.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.
#addin nuget:?package=Backload&version=2.1.0
                    
Install Backload as a Cake Addin
#tool nuget:?package=Backload&version=2.1.0
                    
Install Backload as a Cake Tool

Full package with bundeling. If you do not need bundeling, you may install the Backload.Core package instead.

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 (Example 09 on GitHub). More than 15 examples on GitHub. Cloud upload/manage feature (Release 2.5+). Continually developed and backed by the software industry.

Demo package: https://github.com/blackcity/Backload/

Licenses: Standard (free), Pro lite (49EUR), Pro (99EUR), Enterprise light (149EUR), Enterprise (199EUR). Enterprise license includes source code. 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.1.0 510 11/1/2015
2.0.0.5 1,502 8/7/2015
1.9.3.6 1,053 6/21/2015

IMPORTANT: Migration from previous releases needs your attention! Read the migration notes on github.

Whats new:
- CORS (Cross-Origin Resource Sharing) support for cross domain access.
- Improved image processing
- new resize method (maxratio)
- Watermark/background image support (experimental)
- Improved chunked file handling