Backload 1.9.3.1
dotnet add package Backload --version 1.9.3.1
NuGet\Install-Package Backload -Version 1.9.3.1
<PackageReference Include="Backload" Version="1.9.3.1" />
paket add Backload --version 1.9.3.1
#r "nuget: Backload, 1.9.3.1"
// 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 | Versions 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. |
-
- Microsoft.AspNet.Web.Optimization (>= 1.1.0)
- WebActivatorEx (>= 2.0.2)
- WebGrease (>= 1.3.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
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.