
Middleware for handling `multipart/form-data` for koa, based on Express's multer.
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.
@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.
