An open API service indexing awesome lists of open source software.

https://github.com/m4b/silicon-upload

A simple binary upload widget, to deliver all those bits to the server of your choice
https://github.com/m4b/silicon-upload

Last synced: 3 months ago
JSON representation

A simple binary upload widget, to deliver all those bits to the server of your choice

Awesome Lists containing this project

README

          

# Install

`bower install m4b/silicon-upload`

# Usage

Simple widget to upload a binary file to a server given in `url`. Use auto upload as soon as the file is picked, or drag and dropped in.

Example:

````html

````

You can specify the width and height of the dropbox, and manually generate an upload by calling `upload()`.

# Documentation

View the [documentation and the demo](http://m4b.github.io/silicon-upload) for more information.