Skip to content
Dashboard

Up to 5 TB file transfers with Blob multipart uploads

upload.js
import { upload } from '@vercel/blob/client';
const blob = await upload('big-file.mp4', file, {
access: 'public',
handleUploadUrl: '/api/upload',
multipart: true // 🚀
});

Uploading a big video file to Vercel Blob