Info
| Version: | 1.0.1 | 
| Author(s): | Alex | 
| Last Update: | Saturday, June 10, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/nervgh/angular-file-upload | 
| NuGet Url: | https://www.nuget.org/packages/AngularFileUpload | 
Install
Install-Package AngularFileUpload
                        dotnet add package AngularFileUpload
                        paket add AngularFileUpload
                        
                                AngularFileUpload Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- angularjs(>= 1.6.4)
 
Tags
                
Supports drag-n-drop upload, upload progress, validation filters and a file upload queue. It supports native HTML5 uploads, but degrades to a legacy iframe upload method for older browsers.
Works with any server side platform which supports standard HTML form uploads.