Backload 1.9.3.1

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

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

Backload is a professional, full featured server side file upload controller and 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 13 examples on GitHub. Cloud upload/manage feature (Release 2.0+). Continually developed and backed by the software industry.
http://backload.org/

Additional NuGet packages:
- Productivity package: Backload with JQuery File Upload Plugin from blueimp: PM> Install-Package JQuery_File_Upload_Plugin (https://www.nuget.org/packages/JQuery_File_Upload_Plugin/)
- Demo package: Backload with the client side JQuery File Upload Plugin from blueimp: PM> Install-Package JQueryFileUpload_Demo_with_Backload (https://www.nuget.org/packages/JQueryFileUpload_Demo_with_Backload/)

Licenses: Standard Edition (free), Additional licenses: http://backload.org/.
Email: backload.mvc [at] gmail [dot] com.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.3.1 9,562 9/30/2013
1.9.3 4,190 9/10/2013

This is the standard version which has no pro-active support (except issues). Also available: Professional version and Enterprise version (includes source code). Contact: backload.mvc [at] gmail [dot] com.

This Release:
Bug fixes:
- Issue #28 resolved, where an exception occured in MVC5 RC with an "Attempt to access security transparent method" violation.
- Issue #30 resolved, where an exception occured with an authenticated user and forms authentication without role provider.
- Issue with Entity Framwork Migrations resolved which prevented EF Migrations to run properly.
- Stackoverflow #18976744: System Web Optimization reference set back to 1.0.0 and above which is the default in MVC4.