@nexusts/upload
v0.9.5
Published
Multipart file upload with validation
Readme
@nexusts/upload
NexusTS — Bun-native fullstack framework
Description
Multipart file upload with validation.
@Upload() / @UploadedFile() decorators. Size limits, MIME validation, count limits. Stores through the configured drive driver.
Install
This module is part of the NexusTS monorepo. Each module is published as its own npm package under the @nexusts/ scope.
Most apps start with just the core:
bun add @nexusts/coreThen add this module only if you need it:
bun add @nexusts/uploadPeer dependencies
None. No external dependencies. Files are stored through the configured @nexusts/drive driver.
Usage
import { /* public API */ } from "@nexusts/upload";See the user guide and the example app for a working demo.
License
MIT — see the root LICENSE.
