FineUploader.AspNet.Mvc by Ronnie Overby

<PackageReference Include="FineUploader.AspNet.Mvc" Version="1.0.0-beta2" />

 FineUploader.AspNet.Mvc 1.0.0-beta2

FineUploader is one of the best javascript file upload libraries out there. This package makes it easy to accept file uploads from the FineUploader library. Just add a FineUpload parameter to your controller action and return a FineUploadResult. :)

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>FineUploader.AspNet.Mvc</id>
    <version>1.0.0-beta2</version>
    <title>FineUploader for ASP.NET MVC</title>
    <authors>Ronnie Overby</authors>
    <owners />
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>FineUploader is one of the best javascript file upload libraries out there. This package makes it easy to accept file uploads from the FineUploader library. Just add a FineUpload parameter to your controller action and return a FineUploadResult. :)</description>
    <summary>Easy to use FineUploader action model and ActionResult for ASP.NET MVC.</summary>
    <dependencies>
      <dependency id="jQuery" version="1.7.2" />
      <dependency id="Newtonsoft.Json" version="4.5.11" />
    </dependencies>
  </metadata>
</package>