Hello,
How can I develop a Dashboard on node-red, with the option for users who access the UI Interface (PC, smartphone) to upload their files (images, PDF, for example)? And how can I download them from another device (PC, Smartphone) using the UI Interface?
Obs: I want to store the files on the Node-red server, so its easier to develop*
Is there a node or an example of a node to do this?
Has a file upload node.
For download you can use a http endpoint Serve a local file : Node-RED
Or a create a <a href..>
link with a dashboard template node. How can I create download link in HTML? - Stack Overflow
Just to add to this, here is the documentation for the "File Input" node: File Upload | Node-RED Dashboard 2.0
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.