sergiodxa / remix-demo-file-upload

A simple demo on how to add a file upload that shows the image being uploaded and later replace it with the actual one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix Demo: File Upload

A simple demo on how to add a file upload that shows the image being uploaded and later replace it with the actual one.

How to run this demo

  1. Clone this repo
  2. Run npm install
  3. Run npm run dev
  4. Open http://localhost:3000

Any file you upload will be stored in the public/img folder.

About

A simple demo on how to add a file upload that shows the image being uploaded and later replace it with the actual one


Languages

Language:TypeScript 96.0%Language:JavaScript 4.0%