Layer · Forms
Planned · v0.3File field.
bau-file-field
Drop-zone with click-to-browse fallback. Multiple files, type filtering, per-file progress.
Coming soon
PlannedThis component is on the roadmap. The page exists so the navigation structure stays stable while the implementation catches up. Below is the feature surface we plan to ship.
- Drag & drop — drop zone hits whole element, file dialog on click.
accept,multiple,maxSize, custom validator.- Per-file row with name, size, progress, remove control.
- Resumable uploads via slot for upload-engine adapter.
- Image preview thumbnail when MIME is
image/*. - Form participation:
FormData.append(name, file)per file.