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

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.

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)