Easy solution to store files in your nuxt apps.

Be able to upload files from the frontend and recieve them from the backend to then save the files in your project.

  • Get files from file input and make them ready to send to backend
  • Serialize files in the backend to be able to use them appropriately
  • Store files in a specified location in your Nuxt backend with Nitro Engine
Bash
$npx nuxi@latest module add nuxt-file-storage
Click to copy

What's included

Independent Storage

Use your Nuxt app to independently store all the files you need from your users.

Handle File Inputs

You can use this module to cleanly handle file inputs.

Serialize Files in Backend

Get all the data you need from the files submitted even if you don't want to store them in your backend.