DropzoneMvc 1.5.0

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

// Install DropzoneMvc as a Cake Tool
#tool nuget:?package=DropzoneMvc&version=1.5.0

Provides a MVC controller and uploader class that serve the DropzoneJS UI and handle files on the server.
     Source repository: https://github.com/vndevpro/DropzoneMvc

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
1.5.0 3,231 12/7/2018
1.4.1 1,752 6/12/2018
1.4.0 7,342 8/6/2017
1.3.2 991 8/2/2017
1.3.1 996 7/28/2017
1.3.0 974 7/27/2017
1.2.2 1,393 4/19/2017
1.2.1 1,030 4/17/2017
1.2.0 1,008 4/14/2017
1.1.2 1,205 12/31/2016
1.1.1 1,046 12/31/2016

V1.5.0 - Make it able to use with no DI (DropzoneAttachmentController's constructor has no param)
     V1.4.1 - Fix an issue in DropzoneAttachmentController, loading _tempFilesRoot in Initialize method.
     V1.4.0 - DropzoneMonitor now looks for TempFilesRoot in config file
     V1.3.2 - TempFilesRoot can be virtual or rooted
     V1.3.1 - DropzoneAttachmentController now has only one constructor, to work easier with SimpleInjector
     V1.3.0 - Add security check interface into the controller
     V1.2.0 - Add extension methods for file size and file icons. Add new view models.
     V1.1.2 - Fix error: A potentially dangerous Request.Form value was detected from the client by access Request.Form instead of Request.Params.