File upload + Rest API webcomponent

This commit is contained in:
mauriziovitale84
2016-04-07 15:23:42 +01:00
parent 748a49db98
commit 8da91d95f0
5 changed files with 608 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Introduction
This repository contains an element for file uploads using ajax. It supports multi-file selection as well as optional drop zones for drag-and-drop. The element is designed for use in Polymer 1.0.
Check out the demo and docs here: https://winhowes.github.io/file-upload/components/file-upload/.
# Installation
To install simply run:
```
bower install --save file-upload
```