I'm trying to create a webpage where users can upload a jpeg file from whatever device and then using the ibm watson image recognition get the results from that image.
I'm using node red in bluemix.
Here is a code i found on GitHub in which im basing my webpage but i can't figure out how to extract the file from the POST http multi part.
https://github.com/padiller/trafico
Thanks!