0

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?

iamdeit
  • 5,485
  • 4
  • 26
  • 40

1 Answers1

0

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

iamdeit
  • 5,485
  • 4
  • 26
  • 40