pip-webui2-files

![](https://img.shields.io/badge/license-MIT-blue.svg)

Usage no npm install needed!

<script type="module">
  import pipWebui2Files from 'https://cdn.skypack.dev/pip-webui2-files';
</script>

README

Pip.WebUI Logo
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.