ahwelp 2b6ddf9569 Updating js plugins há 2 anos atrás
..
.github 2b6ddf9569 Updating js plugins há 2 anos atrás
src 2b6ddf9569 Updating js plugins há 2 anos atrás
test 2b6ddf9569 Updating js plugins há 2 anos atrás
tool 2b6ddf9569 Updating js plugins há 2 anos atrás
.bower.json 2b6ddf9569 Updating js plugins há 2 anos atrás
.gitignore 2b6ddf9569 Updating js plugins há 2 anos atrás
.npmignore 2b6ddf9569 Updating js plugins há 2 anos atrás
CHANGELOG.md 2b6ddf9569 Updating js plugins há 2 anos atrás
CODE_OF_CONDUCT.md 2b6ddf9569 Updating js plugins há 2 anos atrás
CONTRIBUTING.md 2b6ddf9569 Updating js plugins há 2 anos atrás
LICENSE 2b6ddf9569 Updating js plugins há 2 anos atrás
README.md 2b6ddf9569 Updating js plugins há 2 anos atrás
babel.config.js 2b6ddf9569 Updating js plugins há 2 anos atrás
composer.json 2b6ddf9569 Updating js plugins há 2 anos atrás
package.json 2b6ddf9569 Updating js plugins há 2 anos atrás
webpack.config.js 2b6ddf9569 Updating js plugins há 2 anos atrás
yarn.lock 2b6ddf9569 Updating js plugins há 2 anos atrás

README.md

Dropzone.js

Test and Release

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.

Quickstart

 

Dropzone Screenshot

 

Community

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!

Main features

  • Beautiful by default
  • Image thumbnail previews. Simply register the callback thumbnail(file, data) and display the image wherever you like
  • Retina enabled
  • Multiple files and synchronous uploads
  • Progress updates
  • Support for large files
  • Complete theming. The look and feel of Dropzone is just the default theme. You can define everything yourself by overwriting the default event listeners.
  • Browser image resizing (resize the images before you upload them to your server)
  • Well tested

MIT License

See LICENSE file