koajs / bodyparser

Koa body parsing middleware
MIT License
1.31k stars 116 forks source link

Let's add ability to parse content type `multipart/form-data` #91

Closed afief closed 5 years ago

afief commented 6 years ago

One of the content type that has not beed covered is multipart/form-data. This is very important for file uploading. Let's add, while still optional

niftylettuce commented 5 years ago

Please use @koa/multer instead at https://github.com/koajs/multer