I use the following <meta>
tag to download a file but some files like pdf
are being viewed instead of getting download.
<meta http-equiv="REFRESH" content="5;{{ filepath }}">
How can I alter this statement to make ALL the files download?
And if I was to use a python/bottle framework command to have the same functionality what that command would be e.g. static_file()