Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Angular File Upload | 3,457 | 279 | 27 | 4 months ago | 25 | August 20, 2020 | 247 | mit | JavaScript | |
[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework | ||||||||||
Ng2 File Upload | 1,897 | 1,311 | 449 | 2 months ago | 24 | July 21, 2023 | 421 | mit | TypeScript | |
Easy to use Angular components for files upload | ||||||||||
Ngx File Drop | 275 | 80 | 17 | 2 months ago | 70 | November 23, 2022 | 22 | mit | TypeScript | |
Angular 11 file and folder drop library | ||||||||||
Ngx Material File Input | 243 | 10 | 5 | 5 months ago | 13 | July 02, 2022 | 23 | mit | TypeScript | |
File input for Angular Material form-field | ||||||||||
Angular Upload | 236 | 14 | 2 | 5 years ago | 3 | August 21, 2015 | 32 | mit | JavaScript | |
Upload service with iframe fallback and some nice directives to go with it. | ||||||||||
Ng2 Image Upload | 229 | 154 | 3 | 3 years ago | 19 | January 26, 2019 | 62 | mit | TypeScript | |
Angular 2 component for image uploading | ||||||||||
Uploadcare Widget | 219 | 759 | 24 | 4 months ago | 85 | November 23, 2022 | 34 | bsd-2-clause | JavaScript | |
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 Test | 179 | 5 days ago | 37 | mit | TypeScript | |||||
Azure Speed Test Tool: Measure network latency, download, and upload speeds to Azure datacenters worldwide. | ||||||||||
Angular Material Fileinput | 154 | 11 | 4 | 6 years ago | 14 | October 02, 2017 | 37 | mit | JavaScript | |
A Html input file enhance base on angular material to file input or file upload. | ||||||||||
S3 Angular File Upload | 140 | 9 years ago | 12 | mit | JavaScript | |||||
Example of S3 file upload using ng-file-upload, angular, nodejs |
Easy to use Angular2 directives for files upload (demo)
Follow me to be notified about new releases.
npm i ng2-file-upload --save
Alternatively, you can download it in a ZIP file.
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.
More information regarding using of ng2-file-upload is located in demo and demo sources.
ng2FileSelect
uploader
- (FileUploader
) - uploader object. See using in demo
ng2FileDrop
uploader
- (FileUploader
) - uploader object. See using in demo
Parameters that supported by this object:
url
- URL of File Uploader's routeauthToken
- Auth token that will be applied as 'Authorization' header during file send.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
Please follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)