I'm trying to make a button that will show the "Save as" download box. The images that I want to offer for download are not in the static folder, nor they will be. Using flask.send_file
works by opening the file in the browser.
How can I use send.file
in order to bring the download box up, without submitting the page (without changing the current page)?