lambda-api icon indicating copy to clipboard operation
lambda-api copied to clipboard

How to handle multipart/form-data?

Open pvlreyes opened this issue 6 years ago • 3 comments

Hi,

Thanks for this lightweight module. How do i process post values multipart/form-data content type?

Thanks.

pvlreyes avatar Sep 30 '19 07:09 pvlreyes

I believe it is currently parsing only two types and not multipart/form-data. all the others except the supported two are parsed into plain text. I also would love to know when they come up with the support.

shyam1992 avatar Nov 28 '20 13:11 shyam1992

Hi, were you able to process a multipart / form-data file? is it possible to do it with this library?

alejuanito avatar Mar 04 '21 16:03 alejuanito

did you guys were able to use multipart/form-data? I am having this issue: { "statusCode": 415, "code": "FST_ERR_CTP_INVALID_MEDIA_TYPE", "error": "Unsupported Media Type", "message": "FST_ERR_CTP_INVALID_MEDIA_TYPE: Unsupported Media Type: multipart/form-data; boundary=--------------------------053497661370893260848496" }

josegamboa avatar Oct 18 '22 00:10 josegamboa