One File Uploader,
A drag-and-drop file uploader with a headless core and native UI for Vue. Cloud drives, camera, screen capture, and secure server-mode uploads to any S3-compatible storage.
npm install @upupjs/vueOne uploader, the same API in every framework
<script setup lang="ts">import { UpupUploader } from '@upupjs/vue'import '@upupjs/vue/styles'</script> <template> <UpupUploader provider="aws" upload-endpoint="/api/upload-token" /></template>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.
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 liveImport files straight from Google Drive, OneDrive, Dropbox, and Box — plus device camera, screen capture, audio recording, and link (URL) imports.
See it liveOptional 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.
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 liveReload 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.
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.
Framework-agnostic engine — bring your own UI.
AWS, R2, MinIO, Spaces, B2, Wasabi, and more.
Live previews, progress bar, and automatic retry.
Theme tokens, dark mode, and built-in locales.
Accessibility checks in our CI suite, fully typed APIs.
Users can directly upload from these providers in upup
Supported today
On the roadmap — click to request one
You can connect to upup using any S3 provider. We also support some non-S3 connections.
Supported today
On the roadmap — click to request one
Upload images, videos, documents, and large files — handle any file type and size limit your users need
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.
Your feedback drives our development. Share your thoughts, report issues, or suggest new features.
Upup is open source and welcomes contributions. Whether you're fixing bugs, adding features, or improving documentation, every contribution makes a difference.