# Cross-link map: Client Uploads with Vercel Blob (/docs/vercel-blob/client-upload)

> From the Vercel docs graph (built 2026-09-20T05:21:37.343Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json

## Semantically closest pages

- [How do I bypass the 4.5MB body size limit of Vercel Serverless Functions?](https://vercel.com/kb/guide/how-to-bypass-vercel-body-size-limit-serverless-functions?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=semantic) — Learn how to deal with the body size limit of Serverless Functions on Vercel.
- [@vercel/blob](https://vercel.com/docs/vercel-blob/using-blob-sdk?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=semantic) — Learn how to use the Vercel Blob SDK to access your blob store from your apps.
- [Server Uploads with Vercel Blob](https://vercel.com/docs/vercel-blob/server-upload?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=semantic) — Learn how to upload files to Vercel Blob using Server Actions and Route Handlers
- [How can I use AWS S3 with Vercel?](https://vercel.com/kb/guide/how-can-i-use-aws-s3-with-vercel?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=semantic) — Example how to use AWS S3 library on Vercel
- [OG Image Generation Examples](https://vercel.com/docs/og-image-generation/examples?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=semantic) — Learn how to use the @vercel/og library with examples.

## This page links to (4)

- [How to use environment variables in Next.js](https://nextjs.org/docs/pages/guides/environment-variables?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=outbound) — Learn to add and access environment variables in your Next.js application.
- [System environment variables](https://vercel.com/docs/environment-variables/system-environment-variables?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=outbound) — System environment variables are automatically populated by Vercel, such as the URL of the deployment or the name of the
- [@vercel/blob](https://vercel.com/docs/vercel-blob/using-blob-sdk?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=outbound) — Learn how to use the Vercel Blob SDK to access your blob store from your apps.
- [Vercel Signed URLs](https://vercel.com/docs/vercel-blob/vercel-signed-urls?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=outbound) — Grant time-limited access to Vercel Blob URLs with signed tokens, and authorize browser-to-blob presigned uploads.

## Pages that link here (12)

By site: nextjs (1) · vercel-kb (5) · vercel-docs (6)

### From nextjs

- [How to use and optimize videos](https://nextjs.org/docs/app/guides/videos?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Recommendations and best practices for optimizing videos in your Next.js application.

### From vercel-kb

- [Troubleshoot and optimize Function Invocations on Vercel](https://vercel.com/kb/guide/optimize-function-invocations?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Diagnose which routes drive Function Invocations and learn to optimize them. Separate necessary dynamic traffic from div
- [How to process user-uploaded files with Vercel Sandbox and Vercel Blob](https://vercel.com/kb/guide/user-uploaded-files-vercel-sandbox-and-blob?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn how to upload files to Vercel Blob, process them safely with FFmpeg in an isolated Vercel Sandbox, and store the r
- [Build with Vercel Blob on Next.js](https://vercel.com/kb/guide/vercel-blob-nextjs?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Deploy the Vercel Blob Next.js Starter and learn how client uploads store images securely in a private Blob store.
- [Build Imgur-style image hosting with Nuxt and Vercel Blob](https://vercel.com/kb/guide/vercel-blob-nuxt-imgur-clone?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn how to build an Imgur-style paste-to-share image host using Nuxt and Vercel Blob, with direct-to-storage client up
- [Vercel Blob vs Netlify Blobs](https://vercel.com/kb/guide/vercel-blob-vs-netlify-blobs?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Compare Vercel Blob and Netlify Blobs on storage model, public URLs, delivery, limits, and pricing to choose the right o

### From vercel-docs

- [Vercel Blob](https://vercel.com/docs/vercel-blob?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Vercel Blob is a scalable, cost-effective object storage service with private and public access modes for files up to 5
- [Private Storage](https://vercel.com/docs/vercel-blob/private-storage?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn how to use private Vercel Blob storage to serve files with authentication
- [Public Storage](https://vercel.com/docs/vercel-blob/public-storage?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn how to use public Vercel Blob storage to serve files accessible to anyone with the URL
- [Server Uploads with Vercel Blob](https://vercel.com/docs/vercel-blob/server-upload?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn how to upload files to Vercel Blob using Server Actions and Route Handlers
- [Vercel Blob Pricing](https://vercel.com/docs/vercel-blob/usage-and-pricing?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn about the pricing for Vercel Blob.
- [@vercel/blob](https://vercel.com/docs/vercel-blob/using-blob-sdk?from=graph&source_path=%2Fdocs%2Fvercel-blob%2Fclient-upload&source_site=vercel-docs&relationship=inbound) — Learn how to use the Vercel Blob SDK to access your blob store from your apps.
