node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
MIT License
7k stars 680 forks source link

Support serverless environments #594

Open tunnckoCore opened 4 years ago

tunnckoCore commented 4 years ago

The existence of formidable-serverless is because serverless env is preprocessing the body.

Today I received one more report (in twitter) because of that. The #285 is related to that too.

We need to integrate that.

auto-comment[bot] commented 4 years ago

Thank you for raising this issue! We will try and get back to you as soon as possible. Please make sure you format it properly, followed our code of conduct and have given us as much context as possible. /cc @tunnckoCore @GrosSacASac

CatalanCabbage commented 3 years ago

Hi @tunnckoCore! Is there an easy way to reproduce this issue?

tunnckoCore commented 3 years ago

Hi. I'm not sure. Maybe try deploying some of the examples in AWS, GCP, or Vercel. I think it currently works in Vercel.

leonardovillela commented 3 years ago

@tunnckoCore can I take this issue?

tunnckoCore commented 3 years ago

sure, take the master as base

prvashisht commented 4 months ago

@tunnckoCore can I take this issue?

@leonardovillela did you manage to work on this?

leonardovillela commented 4 months ago

@tunnckoCore can I take this issue?

@leonardovillela did you manage to work on this?

Nope, I didn't. Feel free to grab this issue.

tunnckoCore commented 3 months ago

@leonardovillela @prvashisht

yeah, we are open for that, cuz i don't think formidable-serverless will work for the latest v3 version. Its package json asks for ^v1 so.