https://github.com/teknoir/node-red-teknoir-send-multipart
This is a node-red node for posting http(s) requests containing files as multipart formData. Currently a work in progress.
https://github.com/teknoir/node-red-teknoir-send-multipart
Last synced: 7 months ago
JSON representation
This is a node-red node for posting http(s) requests containing files as multipart formData. Currently a work in progress.
- Host: GitHub
- URL: https://github.com/teknoir/node-red-teknoir-send-multipart
- Owner: teknoir
- Created: 2022-09-07T06:02:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T07:36:45.000Z (about 3 years ago)
- Last Synced: 2025-01-30T08:43:01.774Z (8 months ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-teknoir-send-multipart
This is a node-red node for posting http(s) requests containing files as multipart formData. Currently a work in progress.## Installation
```
npm -g install node-red-contrib-send-multipart
```