Skip to content

Latest commit

 

History

History
 
 

server-actions-upload

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Upload file with Next.js and Server Actions

This example shows how you can build upload forms with Next.js and Server Actions.

Deploy your own

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example server-actions-upload server-actions-upload-app
yarn create next-app --example server-actions-upload server-actions-upload-app
pnpm create next-app --example server-actions-upload server-actions-upload-app

Deploy it to the cloud with Vercel (Documentation).