How to enable ability to input local image files in to node red dashboard

Hi @brownryno

First you need to uncomment those two lines in your settings file - remove the // at the start of the lines.

Then you need to change the value of httpStatic to be the full path to the folder containing your images.

After you restart node-red, you will then access the editor at http://localhost:1880/admin and you should be able to load your images relative to http://localhost:1880

Nick

1 Like