{"id":15184670,"url":"https://github.com/uniprank/ng2-file-uploader","last_synced_at":"2025-10-01T23:30:46.230Z","repository":{"id":84571144,"uuid":"80821201","full_name":"uniprank/ng2-file-uploader","owner":"uniprank","description":"An angular2 uploader component and directive library for upload and preview uploading files.","archived":true,"fork":false,"pushed_at":"2018-05-18T00:29:10.000Z","size":2264,"stargazers_count":7,"open_issues_count":7,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T15:13:30.245Z","etag":null,"topics":["angular","angular-2","angular-io","file-uploader","image-preview","module","ng2","ngx","progress-bar"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uniprank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-03T10:57:31.000Z","updated_at":"2023-01-28T15:32:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b044d195-b4e0-443f-8f36-4c18da4edb00","html_url":"https://github.com/uniprank/ng2-file-uploader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniprank%2Fng2-file-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniprank%2Fng2-file-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniprank%2Fng2-file-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniprank%2Fng2-file-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uniprank","download_url":"https://codeload.github.com/uniprank/ng2-file-uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234909086,"owners_count":18905504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-2","angular-io","file-uploader","image-preview","module","ng2","ngx","progress-bar"],"created_at":"2024-09-27T17:21:40.201Z","updated_at":"2025-10-01T23:30:45.557Z","avatar_url":"https://github.com/uniprank.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular 2 File Upload [![Build Status](https://travis-ci.org/uniprank/ng2-file-uploader.svg?branch=master)](https://travis-ci.org/uniprank/ng2-file-uploader)\n\n---\n\n## DEPRECATED Version\nThere is a newer version ngx-file-uploader. \n\nGIT: [uniprank / ngx-file-uploader](https://github.com/uniprank/ngx-file-uploader)\nNPM: [@uniprank/ngx-file-uploader](https://www.npmjs.com/package/@uniprank/ngx-file-uploader)\n\n## About\n\n**Angular 2 File Upload** is a module for the [@Angular-2](https://angular.io/) framework. Supports drag-n-drop upload, upload progress, validation filters and a file upload queue. It supports native HTML5 uploads. Works with any server side platform which supports standard HTML form uploads.\n\nWhen files are selected or dropped into the component/directive, one or more filters are applied. Files which pass all filters are added to the queue. When file is added to the queue, for him is created instance of `{FileManager}` and uploader options are used for this object. After, items in the queue (queue$) are ready for uploading.\n\n## Package managers\n### NPM\n```\nnpm install @uniprank/ng2-file-uploader --save\n```\nYou could find this module in npm like [_angular2 file uploader_](https://www.npmjs.com/search?q=uniprank).\n\n### Module Dependency\n\nAdd `import { FileUploaderModule } from '@uniprank/ng2-file-uploader';` to your module header:\n\n```\n@NgModule({\n    declarations: [ ],\n    imports: [\n       FileUploaderModule\n    ],\n    exports: [ ]\n})\nexport class ExampleModule {\n}\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"test-code/images/advanced-fileuploader.png\" style=\"width:100%; height: auto;\"/\u003e\n\u003c/p\u003e\n\n## Demos\n1. [Simple example](http://uniprank.github.io/ng2-file-uploader/example/#simple)\n2. [Advanced example](http://uniprank.github.io/ng2-file-uploader/example/#advanced)\n3. [FileDrop Component example](http://uniprank.github.io/ng2-file-uploader/example/#filedropexample)\n\n## More Info\n\n1. [Introduction](https://github.com/uniprank/ng2-file-uploader/wiki/Introduction)\n2. [Module API](https://github.com/uniprank/ng2-file-uploader/wiki/Module-API)\n3. [FAQ](https://github.com/uniprank/ng2-file-uploaderwiki/FAQ)\n\n## Browser compatibility\nYou could check out features of target browsers using http://caniuse.com/. For example, the [File API](http://caniuse.com/#feat=fileapi) feature.\n\n| Feature/Browser  | IE 8-9 |  IE10+ | Firefox 28+ | Chrome 38+ | Safari 6+ | \n|----------|:---:|:---:|:---:|:---:|:---:|\n| `\u003cinput type=\"file\"/\u003e` | + | + | + | + | + |\n| `\u003cinput type=\"file\" multiple/\u003e` | - | + | + | + | + |\n| Drag-n-drop | - | + | + | + | + |\n| XHR transport (multipart,binary) | - | + | + | + | + |\n| AJAX headers | - | + | + | + | + |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiprank%2Fng2-file-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiprank%2Fng2-file-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiprank%2Fng2-file-uploader/lists"}