How to handle multipart/form-data?
Hi,
Thanks for this lightweight module. How do i process post values multipart/form-data content type?
Thanks.
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.
Hi, were you able to process a multipart / form-data file? is it possible to do it with this library?
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" }