I have some python files on my server and some links pointing at them. When user clicks on any link the file is viewed in the browser window. I want browsers to start downloading process instead. Can I control this?
Is there some HTTP header to be set?
Thank you.