Alepha Server Multipart

Handles multipart/form-data requests for file uploads.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Alternatively, you can install it individually:

npm install @alepha/core @alepha/server-multipart

Module

This module provides support for handling multipart/form-data requests. It allows to parse body data containing t.file().

Table of contents