How to upload files to a nodejs kubeless function?

240 Views Asked by At

I have a kubeless function written in nodejs and I'd like to upload a file using multipart, is it even possible? Or do I have to use base64?

1

There are 1 best solutions below

0
On BEST ANSWER

This feature was not developed in that moment. It's now possible: https://github.com/kubeless/runtimes/blob/master/stable/nodejs/examples/hello-multipart.js