Hi, I want to read multiple .jpg files to send via HTTP request, and I couldn’t figure out how to pass multiple file paths in the “read binary files” node.
If you have multiple files and you do not know their names you can simply do something like this: test/*.jpg
In case you know the file-name (in this example 1.jpg and 2.jpg) this is possible: test/[1|2].jpg
Or you can also use the “Read Binary File” Node like in this example: