Backload.Core 2.1.5.4

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

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

Core component of Backload filehandler without 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 (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/

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 Backload.Core:

Package Downloads
Backload

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.7 35,687 4/7/2017
2.2.2.5 13,636 9/7/2016
2.2.2 74,831 3/22/2016
2.1.5.4 6,591 1/18/2016

What's new in release 2.1?
- CORS (Cross-Origin Resource Sharing) support for cross domain access (Pro/Enterprise).
- Improved image processing
- new resize method (maxratio)
- Watermark/background image support (experimental)
- Improved chunked file handling

Bug fixes:
- #69 Memory optimizations when processing very large images
- #68 Set image height programmatically results in unexpected behaviour.
- #57 Thumbnail not generated on server for non-image type file
- Cache could not be disabled


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