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 have a webcam page that just shows a captured JPG that is updated every 10 seconds. Currently I am having the whole page refresh every 10 seconds, but that uses more bandwidth and jumps the viewer ...