I'm trying to make an InvokeHTTP
processor to send a multipart/form-data
request, and I can't figure out how.
Content-Type
property to multipart/form-data
?FlowFile
to the body under the right form?multipart/form-data
multipart/form-data
format (no built-in Nifi methods)Multipart with one file: Nifi multipart form
Multipart with multiple files: Posting multiple files using invokehttp to API using nifi