dropzone

WebJar for dropzone

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

dropzone
Last Version

Last Version

5.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

dropzone
WebJar for dropzone
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/enyo/dropzone

Download dropzone

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/dropzone/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>dropzone</artifactId>
    <version>5.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/dropzone/
implementation 'org.webjars.bower:dropzone:5.5.0'
// https://jarcasting.com/artifacts/org.webjars.bower/dropzone/
implementation ("org.webjars.bower:dropzone:5.5.0")
'org.webjars.bower:dropzone:jar:5.5.0'
<dependency org="org.webjars.bower" name="dropzone" rev="5.5.0">
  <artifact name="dropzone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='dropzone', version='5.5.0')
)
libraryDependencies += "org.webjars.bower" % "dropzone" % "5.5.0"
[org.webjars.bower/dropzone "5.5.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Don't be angry with me, but I've realised that GitHub is the better home for this library. I'm in the process of migrating back, and making a few changes to the way continuous integration and publishing works.

I'm also making some changes on how issues and pull requests will be handled an am hoping to get a better grip on things.

MIT License

Versions

Version
5.5.0
5.1.1
4.3.0
4.2.0
4.0.1
3.11.3
3.10.2