Multiple files upload - Dropzone.js

DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews.

It’s lightweight, doesn’t depend on any other library (like jQuery) and is highly customizable.

Theme has built in React wrapper which you can find in src/components/Dropzone

import Dropzone from "../components/Dropzone"

export default function page(props) {
  return(
    <Dropzone />
  )
}

Drop files here or click to upload.

(This is just a demo dropzone. Selected files are not actually uploaded.)

Your company © 2022

Version 1.2.0