dropzonejs
Categories
Component ID
1998478
Component name
dropzonejs
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
161482
Component created
Component changed
Component body
Drupal integration for DropzoneJS - an open source library that provides drag’n’drop file uploads with image previews.
Install:
- Download this module
- Download DropzoneJS library and place it in the libraries folder (/libraries). You need the full library which is easily available from the Github repo (the full path to the required js file should be: /libraries/dropzone/dist/dropzone.js).
- Install dropzonejs the usual way.
- Remove "test" folder from libraries folder as it could constitute a security risk to your site. See http://drupal.org/node/1189632 for more info.
Note: if you use bower to fetch the library, be sure to fetch the package named dropzone (NOT dropzonejs) that points to the correct repository.
Current module state
This module currently provide an element that can be used in forms and three Entity Browser widgest:
- a simple one that generates (default core) file entities
- one that generates Media entities
- one that uses Inline entity form to provide forms for generated media entities
8.x-2.x version is intended to be used with core Media entity that will ship with 8.4.0.
