Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Uppy File Uploader

20 sites No security coverage Drupal 10–11
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.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

1 tracked project depends on this one

Activity

Tracked releases
1
Tracked since
Aug 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
3.0.1 Stable 10–11 Aug 12, 2025