Skip to content

Commit 7740890

Browse files
authored
Update README.md
1 parent 93691eb commit 7740890

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
[![License](https://img.shields.io/github/license/sharedlabs/sortable-list.svg?style=flat-square)](https://github.com/sharedlabs/file-uploader/blob/master/LICENSE.md)
2+
13
# file-uploader
24

5+
File uploader for multiple files with a progress bar.
6+
7+
It uses the [offthread-image](https://github.com/sharedlabs/offthread-image) element to render the thumbnails so it performs awesome on slow devices like mobile phones.
8+
9+
### Preview
310
![](https://media.giphy.com/media/l3q2wmnMfDGpVvnxK/giphy.gif)
11+
12+
### Use
13+
```html
14+
<file-uploader id="fileUploader"><file-uploader>
15+
16+
...
17+
this.$.fileUploader.addFile(file, {url, method, headers});
18+
```
19+
20+
### Browser support
21+
22+
Any browser that supports Polymer 1.0

0 commit comments

Comments
 (0)