Angular 2 File Upload Component

Author: uniprank
Official Page: Go to website
Publish Date: February 28, 2017
License: MIT

Description:

An Angular 2 File Upload Component that 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.

When 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.

Preview:

Angular 2 File Upload Component


You Might Be Interested In:

Add Comment