Open source · One core, six frameworks

One File Uploader,

Vanilla JS

A drag-and-drop file uploader with a headless core and native UI for Vanilla JS. Cloud drives, camera, screen capture, and secure server-mode uploads to any S3-compatible storage.

npm install @upupjs/vanilla

Works with every framework — pick yours

One uploader, the same API in every framework

uploader.ts
import { createUploader } from '@upupjs/vanilla'import '@upupjs/vanilla/styles' createUploader('#uploader', { provider: 'aws', uploadEndpoint: '/api/upload-token',})
Powerful Features

Everything you need for modern file uploads

One uploader with a headless core and native UI for React, Vue, Svelte, Angular, Vanilla JS, and Preact — with a drag-and-drop dropzone, file picker, cloud-drive sources, camera and screen capture, and optional server-mode uploads to any S3-compatible storage.

Six Frameworks, One Uploader

Native UI for React, Vue, Svelte, Angular, Vanilla JS, and Preact — one uploader that renders byte-identical DOM in every framework, enforced by a cross-framework parity suite.

See it live

Cloud Drives, Camera & Screen Capture

Import files straight from Google Drive, OneDrive, Dropbox, and Box — plus device camera, screen capture, audio recording, and link (URL) imports.

See it live

Secure Server Mode

Optional server mode proxies uploads through your own backend with an HMAC-signed trust model, keeping storage credentials off the client — with ready-made adapters for Express, Fastify, Hono, and Next.js.

Built-In Image Editor (React & Preact)

Crop, rotate, annotate, and filter images before upload with the integrated Filerobot editor — available in React and Preact, loaded lazily so it never weighs down your bundle.

See it live

Crash-Safe & Resumable

Reload the page mid-upload and pick up where you left off — crash recovery restores the queue, and resumable chunked uploads (tus) handle large files over unreliable networks.

Fast by Default: Workers + HEIC

Image compression runs off the main thread in a web worker, so the page stays responsive — and opt-in HEIC to JPEG conversion means .heic photos from iPhones just work.

Headless Core

Framework-agnostic engine — bring your own UI.

Any S3-Compatible Storage

AWS, R2, MinIO, Spaces, B2, Wasabi, and more.

Previews, Progress & Retry

Live previews, progress bar, and automatic retry.

Themeable & Localized

Theme tokens, dark mode, and built-in locales.

Accessible & TypeScript-First

Accessibility checks in our CI suite, fully typed APIs.

Let your users connect to their favorite storage cloud providers

Users can directly upload from these providers in upup

Supported today

Google Drive
OneDrive
Dropbox
Box

On the roadmap — click to request one

And for developers, connect upup to your favorite cloud bucket

You can connect to upup using any S3 provider. We also support some non-S3 connections.

Supported today

AWS S3
Azure Blob
Backblaze B2
DigitalOcean
Cloudflare R2
Wasabi Hot Cloud Storage
Linode Object Storage
IDrive e2
Hetzner Object Storage
Scaleway Object Storage
Oracle Cloud Object Storage
Alibaba Cloud OSS
MinIO

On the roadmap — click to request one

Support for all file types

Upload images, videos, documents, and large files — handle any file type and size limit your users need

Images
JPG, PNG, GIF, WebP
Documents
PDF, DOC, DOCX, TXT
Videos
MP4, AVI, MOV, WebM
Audio
MP3, WAV, OGG, FLAC
Archives
ZIP, RAR, 7Z, TAR
Code
JS, TS, JSON, XML
Images
JPG, PNG, GIF, WebP
Documents
PDF, DOC, DOCX, TXT
Videos
MP4, AVI, MOV, WebM
Audio
MP3, WAV, OGG, FLAC
Archives
ZIP, RAR, 7Z, TAR
Code
JS, TS, JSON, XML

Frequently askedquestions

upup ships one uploader with native UI packages for React, Vue, Svelte, Angular, Vanilla JS, and Preact. Every framework renders byte-identical DOM, verified by a cross-framework parity test suite, so the uploader looks and behaves the same everywhere.

We're listening

Help us improve

Your feedback drives our development. Share your thoughts, report issues, or suggest new features.

Contact Support

Open a support request — problems, feature ideas, or questions

Open Support

Email Us

Send feedback directly to our team

Send Email

GitHub Issues

Report bugs or request new features

Discord Community

Join discussions and get support

Join Discord

Open Source & Community Driven

Upup is open source and welcomes contributions. Whether you're fixing bugs, adding features, or improving documentation, every contribution makes a difference.