DropzoneMvc 1.4.0
See the version list below for details.
dotnet add package DropzoneMvc --version 1.4.0
NuGet\Install-Package DropzoneMvc -Version 1.4.0
<PackageReference Include="DropzoneMvc" Version="1.4.0" />
paket add DropzoneMvc --version 1.4.0
#r "nuget: DropzoneMvc, 1.4.0"
// Install DropzoneMvc as a Cake Addin #addin nuget:?package=DropzoneMvc&version=1.4.0 // Install DropzoneMvc as a Cake Tool #tool nuget:?package=DropzoneMvc&version=1.4.0
Provides a MVC controller and uploader class that serve the DropzoneJS UI and handle files on the server.
Tested with DropzoneJS version 4.2.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- dropzone (>= 4.2.0)
- log4net (>= 2.0.6)
- Microsoft.AspNet.Mvc (>= 4.0.20710)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.