hello everyone
I hope to generate an interactive interface using HTML+JS in the Python view node, which will process the data and flow variables passed from the parent node and save them in a file. This file is actually saved in the data folder of the process. Now I want to know if there is a way to call the download function of the built-in browser. Thank you all in advance!
@guanlantang you can create a download like to a file in a local temporary folder. Like in this example weher you store a .PNG file in a local folder and offer a link that will open a download function
1 Like