Multer

screenshot of Multer

Middleware for handling `multipart/form-data` for koa, based on Express's multer.

Overview:

The @koa/multer module is a middleware for Koa that handles multipart/form-data using multer. It is a fork of the popular koa-multer middleware due to lack of maintenance, now available under the @koa/multer package name within the official Koa organization.

Features:

  • Middleware for Koa: Handles multipart/form-data in Koa applications.
  • Fork of koa-multer: Based on the widely used multer middleware in the Koa community.
  • Official Koa Organization: Available under the @koa/multer package in the Koa organization.
  • Support for multer@1.x and multer@2.x: Works with both Buffer and Streams in multer versions.

Summary:

@koa/multer is a middleware for handling multipart/form-data in Koa applications. It is a fork of the popular koa-multer package, now available under the official Koa organization. With support for both multer@1.x and multer@2.x, it provides a reliable solution for processing form data in Koa projects.