Open RoeiRom opened 9 months ago
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?
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