|
|
2 tahun lalu | |
|---|---|---|
| .. | ||
| .github | 2 tahun lalu | |
| src | 2 tahun lalu | |
| test | 2 tahun lalu | |
| tool | 2 tahun lalu | |
| .bower.json | 2 tahun lalu | |
| .gitignore | 2 tahun lalu | |
| .npmignore | 2 tahun lalu | |
| CHANGELOG.md | 2 tahun lalu | |
| CODE_OF_CONDUCT.md | 2 tahun lalu | |
| CONTRIBUTING.md | 2 tahun lalu | |
| LICENSE | 2 tahun lalu | |
| README.md | 2 tahun lalu | |
| babel.config.js | 2 tahun lalu | |
| composer.json | 2 tahun lalu | |
| package.json | 2 tahun lalu | |
| webpack.config.js | 2 tahun lalu | |
| yarn.lock | 2 tahun lalu | |
Dropzone is a JavaScript library that turns any HTML element into a dropzone. This means that a user can drag and drop a file onto it, and Dropzone will display file previews and upload progress, and handle the upload for you via XHR.
It's fully configurable and can be styled according to your needs.
src/options.js
for all available options

If you need support please use the discussions section or
stackoverflow with the dropzone.js tag and not the GitHub issues
tracker. Only post an issue here if you think you discovered a bug.
If you have a feature request or want to discuss something, please use the discussions as well.
⚠️ Please read the contributing guidelines before you start working on Dropzone!
thumbnail(file, data)
and display the image wherever you likeSee LICENSE file