faas-js-runtime
faas-js-runtime copied to clipboard
Enable form-data body usage
Hi there, I'm trying to use form-data as body in order to upload files to the function, but it seems that the body accepts the data but doesn't parse it well and cant understand even data which is not a file. pls help me
do you have a code example that you could share?
Hi there adding link to the sample repository, with pictures from postman. The code is very basic https://github.com/RoeiRom/TS-Function-Form-Data/tree/main
and the logs from the console
you can push your code to the repository if you find the solution lol
is it possible to use @fastify/multipart for that?
were you able to find a solution to this?
nope i ditched it unfortunately :( do you have a solution