You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
339 B

  1. This module extends the functionality of the web client to support dropping local files into the web client.
  2. By default, an attachment will be created when dropping a file on a form.
  3. Further, this module is meant as a base drag&drop module supporting other actions after some file is dropped so that other modules can add more features.