Angular X File Upload Component

Author: uniprank
Official Page: Go to website
Publish Date: June 18, 2017
License: MIT

Description:

Angular ngx File Upload is a module for the @Angular 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.

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.

Install:

npm install @uniprank/ngx-file-uploader –save

Preview:

Angular X File Upload Component


You Might Be Interested In:

Add Comment