Downloading an archive while it is being created with shutil, flask and javascript
I am building this program where I index my external hard drive on a flask web app, where files can be downloaded. Before downloading a folder via flask.send_file()
it needs to be archived first because flask can’t send directories only files.