Hi everyone,
I am currently using dcc Download to download some processed .csv file
The problem is that this file sometimes is big. In this case, you click the button to download, and maybe after 5 minutes suddenly appears as fully downloaded on Chrome footer.
I want to have the behavior of a normal file Chrome download, where I can see it is been downloaded, the progress, the ETA…
Do you know if this is possible in Dash? Maybe using the Flask server behind and serving it as an static asset?
Anyone tried this out?
Thanks!