File Drop Zone

A file drop zone component.

Basic

Installation

jsrepo add ui/file-drop-zone

Usage

Custom placeholder:

Form

200
{
  attachments: []
}

Schema:

Server:

Acknowledgements

This component takes inspiration from sadmann/file-uploader.

API Reference

FileDropZone

The root file drop zone component.

PropTypeDefault
ref? $bindable
HTMLInputElement null
children?
Snippet -
onUpload
function -
maxFiles?
number -
fileCount?
number -
maxFileSize?
number -
onFileRejected?
function -
accept?
string -