mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix unmatched tag in English info text of httprequest node
This commit is contained in:
parent
008b26f329
commit
7074d66f8e
@ -81,7 +81,7 @@
|
|||||||
<h4>File Upload</h4>
|
<h4>File Upload</h4>
|
||||||
<p>To perform a file upload, <code>msg.headers["content-type"]</code> should be set to <code>multipart/form-data</code>
|
<p>To perform a file upload, <code>msg.headers["content-type"]</code> should be set to <code>multipart/form-data</code>
|
||||||
and the <code>msg.payload</code> passed to the node must be an object with the following structure:</p>
|
and the <code>msg.payload</code> passed to the node must be an object with the following structure:</p>
|
||||||
<pre>{
|
<pre><code>{
|
||||||
"KEY": {
|
"KEY": {
|
||||||
"value": FILE_CONTENTS,
|
"value": FILE_CONTENTS,
|
||||||
"options": {
|
"options": {
|
||||||
|
Loading…
Reference in New Issue
Block a user