Ng2 File Upload

Easy to use Angular components for files upload
Alternatives To Ng2 File Upload
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Angular File Upload3,457279274 months ago25August 20, 2020247mitJavaScript
[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
Ng2 File Upload1,8971,3114492 months ago24July 21, 2023421mitTypeScript
Easy to use Angular components for files upload
Ngx File Drop27580172 months ago70November 23, 202222mitTypeScript
Angular 11 file and folder drop library
Ngx Material File Input2431055 months ago13July 02, 202223mitTypeScript
File input for Angular Material form-field
Angular Upload2361425 years ago3August 21, 201532mitJavaScript
Upload service with iframe fallback and some nice directives to go with it.
Ng2 Image Upload22915433 years ago19January 26, 201962mitTypeScript
Angular 2 component for image uploading
Uploadcare Widget219759244 months ago85November 23, 202234bsd-2-clauseJavaScript
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Azure Speed Test179
5 days ago37mitTypeScript
Azure Speed Test Tool: Measure network latency, download, and upload speeds to Azure datacenters worldwide.
Angular Material Fileinput1541146 years ago14October 02, 201737mitJavaScript
A Html input file enhance base on angular material to file input or file upload.
S3 Angular File Upload140
9 years ago12mitJavaScript
Example of S3 file upload using ng-file-upload, angular, nodejs
Alternatives To Ng2 File Upload
Select To Compare


Alternative Project Comparisons
Readme

ng2-file-upload npm version

Easy to use Angular2 directives for files upload (demo)

Follow me twitter to be notified about new releases.

Angular 2 Style Guide Build Status Code Climate Join the chat at https://gitter.im/valor-software/ng2-bootstrap Dependency Status devDependency Status Throughput Graph

Quick start

  1. A recommended way to install ng2-file-upload is through npm package manager using the following command:

npm i ng2-file-upload --save

Alternatively, you can download it in a ZIP file.

  1. Currently ng2-file-upload contains two directives: ng2-file-select and ng2-file-drop. ng2-file-select is used for 'file-input' field of form and ng2-file-drop is used for area that will be used for dropping of file or files.

  2. More information regarding using of ng2-file-upload is located in demo and demo sources.

API for ng2FileSelect

Properties

  • uploader - (FileUploader) - uploader object. See using in demo

API for ng2FileDrop

Properties

  • uploader - (FileUploader) - uploader object. See using in demo

Parameters that supported by this object:

  1. url - URL of File Uploader's route
  2. authToken - Auth token that will be applied as 'Authorization' header during file send.

Events

  • fileOver - it fires during 'over' and 'out' events for Drop Area; returns boolean: true if file is over Drop Area, false in case of out. See using in ts demo and html demo

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

License

The MIT License (see the LICENSE file for the full text)

Popular Upload Projects
Popular Angular Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Angular
Upload
Uploader
File Upload
Angular Components