Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/file-uploader
Cross browser async file uploader
https://github.com/firstandthird/file-uploader
Last synced: 3 days ago
JSON representation
Cross browser async file uploader
- Host: GitHub
- URL: https://github.com/firstandthird/file-uploader
- Owner: firstandthird
- License: mit
- Created: 2011-12-02T01:34:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:30:52.000Z (about 8 years ago)
- Last Synced: 2025-01-08T10:37:57.902Z (14 days ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#file-uploader
jQuery file upload plugin
##Installation
###Bower
`bower install file-uploader`
###Manual Download
- [Development]()
- [Production]()##Usage
Docs coming soon
##Development
###Requirements
- node and npm
- bower `npm install -g bower`
- grunt `npm install -g grunt-cli`###Setup
- `npm install`
- `bower install`###Run
`grunt dev`
or for just running tests on file changes:
`grunt ci`
###Tests
`grunt mocha`