root 7aa2303043 first commit 1 năm trước cách đây
..
dist 7aa2303043 first commit 1 năm trước cách đây
min 7aa2303043 first commit 1 năm trước cách đây
.gitignore 7aa2303043 first commit 1 năm trước cách đây
.tagconfig 7aa2303043 first commit 1 năm trước cách đây
CONTRIBUTING.md 7aa2303043 first commit 1 năm trước cách đây
LICENSE 7aa2303043 first commit 1 năm trước cách đây
README.md 7aa2303043 first commit 1 năm trước cách đây
basic.css 7aa2303043 first commit 1 năm trước cách đây
bower.json 7aa2303043 first commit 1 năm trước cách đây
component.json 7aa2303043 first commit 1 năm trước cách đây
composer.json 7aa2303043 first commit 1 năm trước cách đây
dropzone-amd-module.js 7aa2303043 first commit 1 năm trước cách đây
dropzone.css 7aa2303043 first commit 1 năm trước cách đây
dropzone.js 7aa2303043 first commit 1 năm trước cách đây
index.js 7aa2303043 first commit 1 năm trước cách đây
package.json 7aa2303043 first commit 1 năm trước cách đây

README.md

Dropzone.js

Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX.


If you want support, please use stackoverflow with the dropzone.js tag and not the GitHub issues tracker. Only post an issue here if you think you discovered a bug or have a feature request.


Please read the contributing guidelines before you start working on Dropzone!




This is no longer the official repository for Dropzone. I have switched to gitlab.com as the primary location to continue development.

There are multiple reasons why I am switching from GitHub to GitLab, but a few of the reasons are the issue tracker that GitHub is providing, drowning me in issues that I am unable to categorise or prioritize properly, the lack of proper continuous integration, and build files. I don't want the compiled .js files in my repository, and people regularly commit changes to the compiled files and create pull requests with them.

I will write a blog post soon, that goes into detail about why I am doing the switch.

This repository will still remain, and always host the most up to date versions of dropzone, but only the distribution files!

MIT License