https://github.com/unclechu/jquery.dragndrop-file-upload
Drag'n'drop File Upload jQuery plugin.
https://github.com/unclechu/jquery.dragndrop-file-upload
Last synced: 8 months ago
JSON representation
Drag'n'drop File Upload jQuery plugin.
- Host: GitHub
- URL: https://github.com/unclechu/jquery.dragndrop-file-upload
- Owner: unclechu
- License: agpl-3.0
- Created: 2014-06-27T13:52:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T20:57:22.000Z (about 10 years ago)
- Last Synced: 2024-12-27T22:24:19.906Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Drag'n'drop File Upload
=======================
[jQuery](http://jquery.com/) plugin.
Requirements
============
- [jQuery](http://jquery.com/) v2.1+
- HTML5 FileAPI
- XMLHttpRequest
- Array.prototype.map
- Uint8Array
Usage
=====
Examples
--------
[Example #1](./examples/1/index.html)
Unit testing
============
1. ```npm install```
2. Build with `--debug` key: ```npm run gulp -- --debug```;
4. ```require(['jquery.dragndrop-file-upload'], function (a) { a.unitTesting(); a.Uploader.unitTesting(); });```
Issues
======
https://github.com/unclechu/jquery.dragndrop-file-upload/issues
TODO
====
1. Documentation by JSDoc;
2. Demonstration of add to upload by to example.
Author
======
Viacheslav Lotsmanov
License
=======
[GNU/AGPLv3](./LICENSE)