On my php webapp i have to generate some pdf files(between 5 and 20). A this moment I generate the files just before the pages loads, which is not a smart decision at all.
I wish to display the links to the pdf files, and a gif animation for each pdf link, which ‘tells’ to the user to wait, because that specific file is not available yet. I need to animaion to stop when the file is done.
Do you have any idea about how to implement this?
Do it as following.
you’re done