Upload File to Synology Filestation using http-POST

It seems like you need to send the file and fields using multipart/form-data. The HTTP can send data using multipart-form-data, but not multiple fields simultaneously (as you need to). This limitation is a known limitation that will be addressed in the next iteration of the HTTP node. In the meantime, you can achieve this using a function node. The link below shows an example of how to do it.

1 Like