You are here

README.txt in Drag & Drop Upload 7

-- SUMMARY --
This module provides a Drag & Drop Upload element and widgets for a File
and an Image fields.


-- FEATURES --
* Drag & Drop upload widget for a File and an Image fields.
* Drag & Drop multi-upload support.
* Upload progress bar support.
* Browse button can be enabled if needed.
* Provides drag & drop upload element (dragndrop_upload).
* Flexible JS part of the module, that allows developers to define custom
validators and previewers for a dropzone.
* Makes it possible to turn any element into a dropzone(see Examples submodule).


-- INSTALLATION --
* Install this module.
* Submodules that provide widgets for a File or an Image fields will be enabled
automatically. Multi-upload support will be enabled if Multiupload Filefield
Widget module exists.
* Create a File or an Image field and choose the widget 'Drag & Drop Upload'
for it.
* If needed you can configure the widget in the field edit form, see the
screenshot for help.


-- FOR DEVELOPERS --
* There is a "Drag & Drop Upload: examples" (dragndrop_upload_example) that
contains examples of how to use dropzones and dragndrop_upload element.
* Submodules that provide widgets for a File and an Image fields are the best
examples of how to add new or change the functionality.
* DnD js class (dragndrop-upload.dnd.js) is a class that contains core
functionality for Drag & Drop uploads. See the comments for the DnD class to get
info about events that are triggered by DnD class. Using custom events is a
great way to change the functionality.
* You can even override default DnD, DnDUploadAbstract, DnDUpload,
DnDUploadFile, DnDUploadImage classes to change the functionality.

-- CONTACT --

Current maintainers:
* WebEvt - http://drupal.org/user/856734

File

README.txt
View source
  1. -- SUMMARY --
  2. This module provides a Drag & Drop Upload element and widgets for a File
  3. and an Image fields.
  4. -- FEATURES --
  5. * Drag & Drop upload widget for a File and an Image fields.
  6. * Drag & Drop multi-upload support.
  7. * Upload progress bar support.
  8. * Browse button can be enabled if needed.
  9. * Provides drag & drop upload element (dragndrop_upload).
  10. * Flexible JS part of the module, that allows developers to define custom
  11. validators and previewers for a dropzone.
  12. * Makes it possible to turn any element into a dropzone(see Examples submodule).
  13. -- INSTALLATION --
  14. * Install this module.
  15. * Submodules that provide widgets for a File or an Image fields will be enabled
  16. automatically. Multi-upload support will be enabled if Multiupload Filefield
  17. Widget module exists.
  18. * Create a File or an Image field and choose the widget 'Drag & Drop Upload'
  19. for it.
  20. * If needed you can configure the widget in the field edit form, see the
  21. screenshot for help.
  22. -- FOR DEVELOPERS --
  23. * There is a "Drag & Drop Upload: examples" (dragndrop_upload_example) that
  24. contains examples of how to use dropzones and dragndrop_upload element.
  25. * Submodules that provide widgets for a File and an Image fields are the best
  26. examples of how to add new or change the functionality.
  27. * DnD js class (dragndrop-upload.dnd.js) is a class that contains core
  28. functionality for Drag & Drop uploads. See the comments for the DnD class to get
  29. info about events that are triggered by DnD class. Using custom events is a
  30. great way to change the functionality.
  31. * You can even override default DnD, DnDUploadAbstract, DnDUpload,
  32. DnDUploadFile, DnDUploadImage classes to change the functionality.
  33. -- CONTACT --
  34. Current maintainers:
  35. * WebEvt - http://drupal.org/user/856734