README
Files
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.