Handling large downloads on django, exceeding maximum size on nginx

we have a django app on nginx where users upload media. the media is huge, such as 30 minute tv and radio programs that result in 100-300 MB, and our shared hosting limits downloads to 30 MB.

how to build a smart bootloader that will put in 20-30mb chunks instead of trying to download a large file? we wish we didn't destroy our heavily edited shapes, so if there is an easy way to insert such a tool as a bulletproof widget, you're awesome.

links, snippets, examples are highly appreciated and any ideas are appreciated. tx in advance.

+1


a source to share


1 answer


You should consider an alternative hosting (maybe a virtual private server) as for any serious downloads you will quickly run into the limitations of your shared hosting.



+1


a source







All Articles