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
- Host: GitHub
- URL: https://github.com/m4b/silicon-upload
- Owner: m4b
- License: bsd-3-clause
- Created: 2015-08-11T06:06:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T23:42:47.000Z (over 10 years ago)
- Last Synced: 2025-02-23T10:16:49.048Z (over 1 year ago)
- Language: HTML
- Size: 1.95 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.