Forums

Download

Hi guys,

I have a hacker account on pythonanywhere, but I want people to be able to download csv files from my website. They are about 20-25kb per file. Would this be allowed? What would be the best way to do this with the least strain on the server?

Kind regards, Reinier

If you are not requiring authentication for the download, it is probably easiest to serve it as a static file.

See this, this and this.

Thank you! :)