![]() |
VOOZH | about |
dotnet add package DropzoneMvc --version 1.3.1
NuGet\Install-Package DropzoneMvc -Version 1.3.1
<PackageReference Include="DropzoneMvc" Version="1.3.1" />
<PackageVersion Include="DropzoneMvc" Version="1.3.1" />Directory.Packages.props
<PackageReference Include="DropzoneMvc" />Project file
paket add DropzoneMvc --version 1.3.1
#r "nuget: DropzoneMvc, 1.3.1"
#:package DropzoneMvc@1.3.1
#addin nuget:?package=DropzoneMvc&version=1.3.1Install as a Cake Addin
#tool nuget:?package=DropzoneMvc&version=1.3.1Install as a Cake Tool
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 net is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
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.