Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Uppy File Uploader

17 sites No security coverage
View on drupal.org

This module adds a file upload widget to Drupal that uses the Uppy library and the TUS protocol for resumable file uploads. It integrates with Drupal's file handling system, and for decoupled setups, Uppy can also be used directly with specific metadata.

Adds a widget to upload files via Uppy (https://uppy.io/).

Uses the chunking, resumable, TUS file transfer protocol (https://tus.io/).

For decoupled / CORS purposes, you will need to add these allowed headers to your services.yml:

'upload-checksum', 'upload-concat', 'upload-key', 'upload-length', 'upload-metadata', 'upload-offset', 'location', 'tus-checksum-algorithm', 'tus-extension', 'tus-max-size', 'tus-resumable', 'tus-version'

Requirements:

Currently only works with the TUS uploader available here on drupal.org.
If you are using Drupal as a REST endpoint only, you can also use Uppy directly through your frontend, in which case you will not need this module. You just need to add these values to the meta property in Uppy core (examples included):

meta: {
  entityType: 'node',
  entityBundle: 'article',
  fieldName: 'field_image'
}

Upgrading to 3.0.x:

You can safely upgrade from 8.x-2.x to 3.0.x with no special steps required. This was just a D9.3+ & D10 compatibility update.

Experimental!

It currently uploads files reliably and saves to the entity, however I anticipate users to discover an issue somewhere.

Activity

Total releases
1
First release
Aug 2025
Latest release
11 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
3.0.1 Stable Aug 12, 2025