BlazorFormManager by Abdourahamane Kaba

<PackageReference Include="BlazorFormManager" Version="2.2.0" />

 BlazorFormManager 2.2.0

Provides core functionalities for handling AJAX form submissions with zero or more files, and report back data upload progress.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>BlazorFormManager</id>
    <version>2.2.0</version>
    <authors>Abdourahamane Kaba</authors>
    <owners>Abdourahamane Kaba</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0+</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0+</licenseUrl>
    <projectUrl>https://github.com/bigabdoul/BlazorFormManager</projectUrl>
    <description>Provides core functionalities for handling AJAX form submissions with zero or more files, and report back data upload progress.</description>
    <releaseNotes>Added drag and drop support with simple image manipulation utilities.
Drag and drop options are configurable both at design and run-time:

- Enable or disable drop event notifications.
- Specify the maximum number of files and total file size allowed to be dropped.
- Display details about dropped files such as file name, size, type, last modified date, and image dimensions.
- Option to store only the files without image preview generation and upload them on form submission.
- Enable/disable resizing of image previews, set preferred width and height, preserve original aspect ratios.
- Individual file and total files reading progress indicators with elapsed time display.
- Included built-in imageUtil.js plugin for basic image manipulation. To enable dynamic thumbnail generation, include this script into your index.html file before the BlazorFormManager.js script.

For usage, clone the demo project on Github at https://github.com/bigabdoul/BlazorFormManager.</releaseNotes>
    <copyright>© 2020 Karfamsoft. All rights reserved.</copyright>
    <tags>c#, .net, razor, class, library, blazor, form, form-manager, forms, javascript, interop, xmlhttprequest, client, server</tags>
    <repository type="Git" url="https://github.com/bigabdoul/BlazorFormManager" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNetCore.Components" version="3.1.6" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Components.Web" version="3.1.6" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>