I am using PHP and a simple HTML form to upload images, and I could care less about monitoring the actual progress. I just want an animated gif to cycle while the files upload.
The problem is that the browser causes the gif to stop animating when the file transfers. I have the form targeting an invisible iframe.
What can I do to make the gif keep animating through the file transfer? Is there some iframe combination I can use? I am pretty sure it is possible because in an example I found:
It seems like the gif animates through the transfer. However I was unable to reverse engineer that script.