I have a Django app I'm working on. I would like to redirect and/or refresh the page after the user downloads a binary file. In Firefox I can add a 'Refresh 1;url=success.html' line to the response ...
I'm emitting a dynamically generated page in PHP that has an img tag pointing to a static image file on the server that normally doesn't change. Every so often, the PHP script modifies the image file ...