DropzoneMvc 1.5.0
dotnet add package DropzoneMvc --version 1.5.0
NuGet\Install-Package DropzoneMvc -Version 1.5.0
<PackageReference Include="DropzoneMvc" Version="1.5.0" />
paket add DropzoneMvc --version 1.5.0
#r "nuget: DropzoneMvc, 1.5.0"
// 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 | 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.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.