Polymer 1.0 element for beautiful file uploads
<sc-upload>
is an element that helps you uploading files, supporting:
- Custom URL preparation handler (like getting a temporary url for S3)
- Image resizing and rotation (thanks to https://github.com/blueimp/JavaScript-Load-Image)
- Show upload progress
- Show uploaded file thumbnail
- Etc.
First you need bower, see their site for details
bower install --save sc-upload
<sc-upload></sc-upload>
- [ ] Add documentation
- [ ] Add examples and use cases
Contributions welcome, please create issues!