1.1.1 • Published 5 years ago

pip-webui2-files v1.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Files

npm.io

Pip.WebUI.Files module provides controls to select files on local disk and upload them to server using form multi-part protocol.

File upload service

Serves to upload files using form multi-part protocol

Using

import { PipFileUploadService } from 'pip-webui2-files';

fileUploadService.uploadFiles(url, fileCollection, headers).subscribe(result => {
    // Results are here...
});

Installation

To install this module using npm:

npm install pip-webui2-files --save

License

This module is released under MIT license and totally free for commercial and non-commercial use.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago