From 7063a88513b1ce977c70915f8ac5128c141f79df Mon Sep 17 00:00:00 2001 From: Nick Kasten Date: Tue, 5 Mar 2019 10:31:25 -0600 Subject: [PATCH] improved info panel UI --- nodes/core/io/21-httprequest.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes/core/io/21-httprequest.html b/nodes/core/io/21-httprequest.html index 42c0cbc34..c71562b78 100644 --- a/nodes/core/io/21-httprequest.html +++ b/nodes/core/io/21-httprequest.html @@ -132,7 +132,9 @@

For form-based file uploads, some services require that msg.headers["content-type"] be set to multipart/form-data. To construct msg.payload for this type of request, use the following structure and substitue the KEY, DATA, and FILENAME values for your own. -

req.formData = { 
+
msg.headers = {'content-type':'multipart/form-data'}
+
+msg.payload = { 
     KEY: { 
         value: DATA, 
         options: {