File uploader by Uppy
207 sites
Security covered
This module integrates the Uppy JavaScript file uploader into Drupal, providing a user-friendly interface for uploading and managing files. It supports features like an image editor, internationalization, and various storage methods through Uppy plugins.
Upload and manage files using the Uppy JavaScript file uploader.
Supported Uppy Plugins
- Dashboard for the UI.
- Image Editor for inline image editing before uploading.
- XHR for the Client-to-Drupal storage method.
- Internationalisation for UI translations.
Dependencies
Usage
- Download and install the module. Recommended install method is composer:
composer require drupal/file_uploader_uppy - Go to the "Manage form display" tab of the entity type.
- Select the "File Uploader by Uppy" widget on the file field.
- Configure and save changes.