views:

24

answers:

0

As it takes some time to prepare the content of the data to be downloaded, I want to show a message "Preparing file to download" when the user submits the request

Then when the file is ready, I use send_file to send the data

Once it's done, I need to clear the message

Thanks a lot