koajs / bodyparser

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

Form-data is still not available? #117

Closed tdimnet closed 5 years ago

tdimnet commented 5 years ago

Hello there,

I am trying to use form-data on a back-end api and it seems it still does not work. I saw a PR but it closed since months.

Do you have any update?

Regards. Thomas.

dead-horse commented 5 years ago

can you provide some more informations to let us know what the situation you are facing?

mgildea commented 5 years ago

body-parser is returning an empty ctx.request.body object for myself as well when type:"multipart/form-data".
I also see the still open pull request from 2017: https://github.com/koajs/bodyparser/pull/91

Is there a plan to merge this? or to implement parsing form data another way?

tdimnet commented 5 years ago

With some delay I decided to use another method by using our S3 buckets. @mgildea : I don't know if this library is maintained anymore :/

niftylettuce commented 5 years ago

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